* Fixed an incorrect weight check in power arena (bugreport:1716)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12879 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
sketchyphoenix 2008-06-23 06:34:44 +00:00
parent 285e8e1f36
commit 24b1b1073f
2 changed files with 3 additions and 1 deletions

View File

@ -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]

View File

@ -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. -";