summaryrefslogtreecommitdiff
path: root/model.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'model.lisp')
-rw-r--r--model.lisp6
1 files changed, 4 insertions, 2 deletions
diff --git a/model.lisp b/model.lisp
index 050bbfe..8605ace 100644
--- a/model.lisp
+++ b/model.lisp
@@ -1,6 +1,8 @@
;;;; model.lisp -- bknr.datastore class definitions for dnd
-(in-package :dnd.api)
+
+
+(in-package :dnd)
(deftype title ()
`(member :noob))
@@ -18,7 +20,7 @@
(experience hero))
(defclass has-uid ()
- ((uid :reader uid :initform (nuid)))
+ ((nuid :reader uid :initform (nuid)))
(:metaclass db:persistent-class))
(defclass can-equip ()