diff options
-rw-r--r-- | npc/001-11/Demure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 566987994..06eb1496e 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -97,7 +97,7 @@ delitem LoveLetter, (.@reply ? .@totalneed : 1); // Register your name on love letter - .@s$ = htget($@VALENTINE_LOVELETTER, .@ref, ""); + .@s$ = htget($@VALENTINE_LOVELETTER, str(.@ref), ""); if (.@s$ == "") htput $@VALENTINE_LOVELETTER, str(.@ref), strip(strcharinfo(0)); else |