diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-15 14:24:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-15 14:24:00 -0300 |
commit | 4afb1af241835888412d8faf672fa761f3b2fc61 (patch) | |
tree | 1744580a8a9f2d912cff871e636985b17b48a9ce /npc/001-11 | |
parent | a73f60bde1d38f7ac553a0b0cfc8de0477731e96 (diff) | |
download | serverdata-4afb1af241835888412d8faf672fa761f3b2fc61.tar.gz serverdata-4afb1af241835888412d8faf672fa761f3b2fc61.tar.bz2 serverdata-4afb1af241835888412d8faf672fa761f3b2fc61.tar.xz serverdata-4afb1af241835888412d8faf672fa761f3b2fc61.zip |
Fix minor bug on Demure
Diffstat (limited to 'npc/001-11')
-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 |