diff options
Diffstat (limited to 'npc/merchants/coin_exchange.txt')
-rw-r--r-- | npc/merchants/coin_exchange.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/coin_exchange.txt b/npc/merchants/coin_exchange.txt index 84aeb71bd..57b0c4afb 100644 --- a/npc/merchants/coin_exchange.txt +++ b/npc/merchants/coin_exchange.txt @@ -40,7 +40,7 @@ .@n$ = "["+strnpcinfo(1)+"]"; mes .@n$; if (isequipped(2782) && ep13_2_rhea == 100) { - if (!checkweight(1201,1)) { + if (!checkweight(Knife,1)) { mes "It looks like you're carrying too many things."; mes "Why not put some of your items in storage and come back?"; close; |