diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 20:35:48 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 20:35:48 +0000 |
commit | 3f8358d9b0ed162a734d6e5d297beac73d759258 (patch) | |
tree | 5b81b6025170538f10a895efbb56155ff3420ec4 /src/map/status.h | |
parent | 0ceb473a68fa6ca5e154d6f337d35b0cf8570370 (diff) | |
download | hercules-3f8358d9b0ed162a734d6e5d297beac73d759258.tar.gz hercules-3f8358d9b0ed162a734d6e5d297beac73d759258.tar.bz2 hercules-3f8358d9b0ed162a734d6e5d297beac73d759258.tar.xz hercules-3f8358d9b0ed162a734d6e5d297beac73d759258.zip |
- Readjusted the Chasewalk icon to be as it should be.
- GS_DESPERADO is now a short-range attack skill.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8114 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index 794d14d9c..cf55f6a38 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -344,7 +344,7 @@ enum { SI_WINDWALK = 116,
SI_MELTDOWN = 117,
SI_CARTBOOST = 118,
- SI_CHASEWALK = 119,
+ //119, blank
SI_REJECTSWORD = 120,
SI_MARIONETTE = 121,
SI_MARIONETTE2 = 122,
@@ -381,7 +381,7 @@ enum { SI_MOON_COMFORT = 170,
SI_STAR_COMFORT = 171,
SI_PRESERVE = 181,
- SI_INCSTR = 182,
+ SI_CHASEWALK = 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,
|