[Rename slots for more consistent queries
clinton@unknownlamer.org**20080425171648] {
hunk ./src/spells.lisp 17
-  ((school :initarg :name :accessor spell-school-name :index t)
+  ((name :initarg :name :accessor spell-school-name :index t)
hunk ./src/spells.lisp 27
-  ((subschool :initarg :name :accessor spell-subschool-name :index t)
+  ((name :initarg :name :accessor spell-subschool-name :index t)
hunk ./src/spells.lisp 32
-  ((descriptor :initarg :name :accessor spell-descriptor-name :index t))
+  ((name :initarg :name :accessor spell-descriptor-name :index t))
hunk ./src/spells.lisp 36
-  ((component :initarg :name :accessor spell-component-name :index t)
+  ((name :initarg :name :accessor spell-component-name :index t)
}