diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 21:19:46 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 21:19:46 +0000 |
commit | ca79233816bc4dbf6074160b93be4181393fd135 (patch) | |
tree | 87364e69f9c7728052ff4aa77c9a062015f1699f /src/map/status.h | |
parent | 3f8358d9b0ed162a734d6e5d297beac73d759258 (diff) | |
download | hercules-ca79233816bc4dbf6074160b93be4181393fd135.tar.gz hercules-ca79233816bc4dbf6074160b93be4181393fd135.tar.bz2 hercules-ca79233816bc4dbf6074160b93be4181393fd135.tar.xz hercules-ca79233816bc4dbf6074160b93be4181393fd135.zip |
- Reverted the previous change, chasewalk has no icon, only the str-bonus has that fist icon now.
- Allowed chase-walk to display a skill animation when using it.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8115 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index cf55f6a38..d35832836 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -381,7 +381,7 @@ enum { SI_MOON_COMFORT = 170,
SI_STAR_COMFORT = 171,
SI_PRESERVE = 181,
- SI_CHASEWALK = 182,
+ SI_INCSTR = 182,
SI_INTRAVISION = 184, //WTF?? creates the black shape of 4_m_02 NPC, with NPC talk cursor. Supposedly intravision shows this.
SI_DOUBLECAST = 186,
SI_MAXOVERTHRUST = 188,
|