summaryrefslogtreecommitdiff
path: root/model.lisp
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-07 09:39:46 -0600
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-07 09:39:46 -0600
commit9a040d4e78ab07eb9c482a40042f2ba92d2a8e3b (patch)
tree5286e5283238995a1500a2a5bc71cbd24255bc46 /model.lisp
parentee7919667832660ef05939823af5516eb9344e16 (diff)
Revert "Add: serialization for Heroes and dnd.api package"
This reverts commit 72bcf7e66269af588d9daa9064de23d257cbd053.
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 ()