diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 18:39:04 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 18:39:04 +0000 |
commit | 676ecb85de15e1cfd2579059da44692e94e8bc11 (patch) | |
tree | 054cce6c7d4df557db0877b5b6e906d1ffe79fcf /src/map | |
parent | 5e67abec3523629759843c60744f9c35771688ba (diff) | |
download | hercules-676ecb85de15e1cfd2579059da44692e94e8bc11.tar.gz hercules-676ecb85de15e1cfd2579059da44692e94e8bc11.tar.bz2 hercules-676ecb85de15e1cfd2579059da44692e94e8bc11.tar.xz hercules-676ecb85de15e1cfd2579059da44692e94e8bc11.zip |
- Moved SI_CHASEWALK to 119 as concluded by LoneWolf
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8110 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 104750f98..2b7d6627c 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -344,6 +344,7 @@ enum { SI_WINDWALK = 116,
SI_MELTDOWN = 117,
SI_CARTBOOST = 118,
+ SI_CHASEWALK = 119,
SI_REJECTSWORD = 120,
SI_MARIONETTE = 121,
SI_MARIONETTE2 = 122,
@@ -352,7 +353,7 @@ enum { SI_JOINTBEAT = 125,
SI_DEVOTION = 130,
SI_STEELBODY = 132,
- SI_CHASEWALK = 134,
+ //134 - Soullink-like effect which makes the character get wavy.
SI_READYSTORM = 135,
SI_READYDOWN = 137,
SI_READYTURN = 139,
|