diff options
Diffstat (limited to 'npc/other/powernpc.txt')
-rw-r--r-- | npc/other/powernpc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/powernpc.txt b/npc/other/powernpc.txt index 230ca6cd9..f9f9740ce 100644 --- a/npc/other/powernpc.txt +++ b/npc/other/powernpc.txt @@ -12,7 +12,7 @@ gonryun,180,118,4 script Iron man#gnp 85,{ - if (countitem(1201) > 0) { + if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; |