summaryrefslogtreecommitdiff
path: root/src/names.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/names.lisp')
-rw-r--r--src/names.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/names.lisp b/src/names.lisp
index 8cc64af..48601b4 100644
--- a/src/names.lisp
+++ b/src/names.lisp
@@ -8,10 +8,10 @@
(:method ((ob t)) nil))
(defmethod unique-name ((campaign campaign))
- (campaign-title campaign))
+ (title campaign))
(defmethod unique-name ((hero hero))
- (hero-name hero))
+ (name hero))
(defgeneric urlpath (object)
(:documentation "Return the path to the object given a particular")