diff options
Diffstat (limited to 'npc/other/item_merge.txt')
-rw-r--r-- | npc/other/item_merge.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/item_merge.txt b/npc/other/item_merge.txt index b1926a49a..35038b621 100644 --- a/npc/other/item_merge.txt +++ b/npc/other/item_merge.txt @@ -33,7 +33,7 @@ //========================================================================= prontera,146,95,3 script Mergician#pron 1_M_WIZARD,{ - if (checkweight(1301,1) == 0) { + if (checkweight(Axe,1) == 0) { mes "- Wait a second !! -"; mes "- You are carrying too many items -"; mes "- or too much weight to proceed. -"; |