diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 00:33:52 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 00:33:52 -0200 |
commit | af131ba5962d70fcaee5e09ad88ae4c3feaedad8 (patch) | |
tree | 910cc65f4d9e390e6e15c1c6e6e9e4087523132d /npc/001-11 | |
parent | 3bae9e26d4b672d37f51ae21446104c3ed2fdadd (diff) | |
download | serverdata-af131ba5962d70fcaee5e09ad88ae4c3feaedad8.tar.gz serverdata-af131ba5962d70fcaee5e09ad88ae4c3feaedad8.tar.bz2 serverdata-af131ba5962d70fcaee5e09ad88ae4c3feaedad8.tar.xz serverdata-af131ba5962d70fcaee5e09ad88ae4c3feaedad8.zip |
There's probably 20000 more bugs about missing symbols 'cause I type fast >.<
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 4f2d07fd5..1d5f6871e 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -70,7 +70,7 @@ #VALENTINE_SENT+=1; // Handle Love Letter - if (countitem(LoveLetter) { + if (countitem(LoveLetter)) { mesn; mesq l("Should I attach a love letter?"); next; |