diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 19:00:56 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 19:00:56 -0200 |
commit | 39c338374c91ac1b5cf0dc70d72015b70a9ccf00 (patch) | |
tree | b7a531aab235a78f5a1cce2990643080995aea36 /npc/001-11 | |
parent | 55b01620e7b5cb18547f5ed6af8763180e01e651 (diff) | |
download | serverdata-39c338374c91ac1b5cf0dc70d72015b70a9ccf00.tar.gz serverdata-39c338374c91ac1b5cf0dc70d72015b70a9ccf00.tar.bz2 serverdata-39c338374c91ac1b5cf0dc70d72015b70a9ccf00.tar.xz serverdata-39c338374c91ac1b5cf0dc70d72015b70a9ccf00.zip |
Fix simple bugs on Valentine Day event
Diffstat (limited to 'npc/001-11')
-rw-r--r-- | npc/001-11/Demure.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 37aafbf64..4d8373ae3 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -78,7 +78,7 @@ delitem LoveLetter, 1; // Register your name on love letter - .@s$ = htget($@VALENTINE_LOVELETTER, .@ref); + .@s$ = htget($@VALENTINE_LOVELETTER, .@ref, ""); if (.@s$ == "") htput $@VALENTINE_LOVELETTER, str(.@ref), strip(strcharinfo(0)); else @@ -115,6 +115,7 @@ inventoryplace BoxOfChocolates, .@m; getitem BoxOfChocolates, .@m; + #VALENTINE_RECEIVED+=.@m; htput $@VALENTINE_GIFTSTACKS, str(getcharid(3)), 0; htput $@VALENTINE_LOVELETTER, str(getcharid(3)), ""; |