Fixed a typo in Chase Walk code (caused by r10593)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10609 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2007-05-23 06:41:34 +00:00
parent fc737b1083
commit 781eabf654
2 changed files with 3 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.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/05/23
* Fixed a typo in Chase Walk code, /thx to zephyrus_cr [ultramage]
2007/05/22
* Updated sql files [Playtester]
2007/05/21

View File

@ -968,7 +968,7 @@ int unit_skilluse_id2(struct block_list *src, int target_id, int skill_num, int
temp = 1;
break;
case ST_CHASEWALK:
if (sc && sc->data[ST_CHASEWALK].timer != -1)
if (sc && sc->data[SC_CHASEWALK].timer != -1)
casttime = 0;
break;
case TK_RUN: