diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:31:31 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:34 +0100 |
commit | 50e59ea8f8cfae5155e8733d4f06d67d91414bb1 (patch) | |
tree | 7efb5f6af006cbf4da7c2ba7f82f151c126cdc90 /npc/cities/hugel.txt | |
parent | 99e13a34742b3c745f8b2247bc0e0a39042b78d1 (diff) | |
download | hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.gz hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.bz2 hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.xz hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.zip |
ItemID to Constant: cities Folder
Diffstat (limited to 'npc/cities/hugel.txt')
-rw-r--r-- | npc/cities/hugel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index 621a6d015..b82e51863 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -166,7 +166,7 @@ hu_in01,23,311,4 script Party Supplies Shop 4_M_HUMAN_01,{ close; } Zeny -= 500; - getitem 12018,5; // Fire_Cracker + getitem Fire_Cracker,5; // Fire_Cracker mes "[Shopkeeper]"; mes "Here you go!"; mes "Have fun with them!"; |