diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:31:48 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | bfc63570ef3f5c37eab9c84d62a382bd54c66ff4 (patch) | |
tree | 4d930dae40d64231ed8f79204cc87ce878f96862 /npc/events/valentinesday.txt | |
parent | 6133612d369697e2228545e70eff5d69e6e8c46e (diff) | |
download | hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.gz hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.bz2 hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.xz hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.zip |
ItemID to Constant: events Folder
Diffstat (limited to 'npc/events/valentinesday.txt')
-rw-r--r-- | npc/events/valentinesday.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index 5363a44bd..4f9145b46 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -120,7 +120,7 @@ prt_castle,54,34,4 script Carl Orleans 1_M_01,{ mes "Well, I just might be able to fulfill your needs..."; next; mes "[Carl Orleans]"; - if (countitem(558) < 3) { + if (countitem(Chocolate) < 3) { mes "I'm sorry, you don't have enough Chocolate Bars to do this."; close; } delitem 558,3; |