diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:31:24 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:34 +0100 |
commit | 99e13a34742b3c745f8b2247bc0e0a39042b78d1 (patch) | |
tree | 7dfa9326ff222be55379800a737e29d9a4f86c07 /npc/battleground/bg_common.txt | |
parent | 49db25887215726ef0a46c8212efb88dbf3004e6 (diff) | |
download | hercules-99e13a34742b3c745f8b2247bc0e0a39042b78d1.tar.gz hercules-99e13a34742b3c745f8b2247bc0e0a39042b78d1.tar.bz2 hercules-99e13a34742b3c745f8b2247bc0e0a39042b78d1.tar.xz hercules-99e13a34742b3c745f8b2247bc0e0a39042b78d1.zip |
ItemID to Constant: battleground Folder
Diffstat (limited to 'npc/battleground/bg_common.txt')
-rw-r--r-- | npc/battleground/bg_common.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/battleground/bg_common.txt b/npc/battleground/bg_common.txt index 35cc52fe5..74bc26430 100644 --- a/npc/battleground/bg_common.txt +++ b/npc/battleground/bg_common.txt @@ -386,7 +386,7 @@ bat_room,1,151,3 script Switch#batgnd 4_DOG01,{ //== Badges Exchange ======================================= bat_room,160,150,3 script Erundek 4_M_MANAGER,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; |