diff options
Diffstat (limited to 'npc/merchants/dye_maker.txt')
-rw-r--r-- | npc/merchants/dye_maker.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/merchants/dye_maker.txt b/npc/merchants/dye_maker.txt index 9e99bdc3d..71c069960 100644 --- a/npc/merchants/dye_maker.txt +++ b/npc/merchants/dye_maker.txt @@ -15,8 +15,7 @@ //============================================================ morocc_in,146,99,3 script Java Dullihan 58,{ - set .@now_weight,MaxWeight-Weight; - if (.@now_Weight < 200) { + if (MaxWeight-Weight < 200) { mes "- Wait a moment! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; |