From 4afb1af241835888412d8faf672fa761f3b2fc61 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Feb 2021 14:24:00 -0300 Subject: Fix minor bug on Demure --- npc/001-11/Demure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50