diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 18:21:21 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 18:21:21 +0000 |
commit | 471eeea2f896b96fd76bbe0f285e7cad1ab76060 (patch) | |
tree | d3778111774f1d52c78e23de7a04df5e123dcc77 /src/map/status.h | |
parent | 11c193241c6b1b45814ac8c4fb44842da9a42e46 (diff) | |
download | hercules-471eeea2f896b96fd76bbe0f285e7cad1ab76060.tar.gz hercules-471eeea2f896b96fd76bbe0f285e7cad1ab76060.tar.bz2 hercules-471eeea2f896b96fd76bbe0f285e7cad1ab76060.tar.xz hercules-471eeea2f896b96fd76bbe0f285e7cad1ab76060.zip |
- All KA-spells are interruptable.
- Added a temporary SI_RUN state. Actual value needs to be found...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6469 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index ad3053df1..e625bbc07 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -341,6 +341,7 @@ enum { SI_READYTURN = 139,
SI_READYCOUNTER = 141,
SI_DODGE = 143,
+ SI_RUN = 144,
SI_SPURT = 145,
SI_SHADOWWEAPON = 146,
SI_ADRENALINE2 = 147,
|