diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-30 13:09:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-30 13:09:21 -0300 |
commit | 385a4543ea55fd18da91500b45fd38848943b6b5 (patch) | |
tree | 802a1be8dd6fb07f39229c68db82ccc770ca4ac3 | |
parent | 462db5c58dcb6741bdbabc282069cd5f9c0543a6 (diff) | |
download | serverdata-385a4543ea55fd18da91500b45fd38848943b6b5.tar.gz serverdata-385a4543ea55fd18da91500b45fd38848943b6b5.tar.bz2 serverdata-385a4543ea55fd18da91500b45fd38848943b6b5.tar.xz serverdata-385a4543ea55fd18da91500b45fd38848943b6b5.zip |
I actually only need the flag, not to restrict it.
-rw-r--r-- | npc/003-2-1/demure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2-1/demure.txt b/npc/003-2-1/demure.txt index 5508644f4..286281d67 100644 --- a/npc/003-2-1/demure.txt +++ b/npc/003-2-1/demure.txt @@ -7,7 +7,7 @@ RegEasterEgg(EE_DEMURE, 5); - if (countitem(ComplaintForm) > 100 && !(FLAGS & FLAG_COMPLAINTFORM)) { + if (countitem(ComplaintForm) > 100) { delitem ComplaintForm, 100; Zeny+=100*getiteminfo(ComplaintForm, ITEMINFO_SELLPRICE); dispbottom l("Due to a bug, all your complaint forms became money!"); |