Fixed duplicate case value on NJ_SUITON

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7937 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
toms 2006-07-28 09:17:11 +00:00
parent 52e67c144d
commit c7d47f2325
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/07/28
* Fixed duplicate case value on NJ_SUITON [Toms]
2006/07/27 2006/07/27
* Fixed a memory leak when there exists more than one user function with * Fixed a memory leak when there exists more than one user function with
the same name, added the appropiate warning when this happens. [Skotlex] the same name, added the appropiate warning when this happens. [Skotlex]

View File

@ -7533,7 +7533,6 @@ static int skill_unit_onleft (int skill_id, struct block_list *bl, unsigned int
case SA_VIOLENTGALE: case SA_VIOLENTGALE:
case CG_HERMODE: case CG_HERMODE:
case HW_GRAVITATION: case HW_GRAVITATION:
case NJ_SUITON:
if (sc && sc->data[type].timer != -1) if (sc && sc->data[type].timer != -1)
status_change_end(bl, type, -1); status_change_end(bl, type, -1);
break; break;