From 6139e002a09337acc34f8713f8d81d7e8aa63c79 Mon Sep 17 00:00:00 2001 From: sketchyphoenix Date: Mon, 23 Jun 2008 06:34:44 +0000 Subject: * Fixed an incorrect weight check in power arena (bugreport:1716) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12879 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/other/powernpc.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 39274f9b1..483802e25 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/06/23 + * Fixed an incorrect weight check in power arena (bugreport:1716) [SketchyPhoenix] 2008/06/17 * Rev. 12846 Fixed end timer in Turbo Track Solo mode not enabling warp. (bugreport:1682) [L0ne_W0lf] * Rev. 12845 Corrected bugs in the updated novice grounds. [L0ne_W0lf] 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. -"; -- cgit v1.2.3-70-g09d2