diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-07 15:12:05 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-07 15:12:05 +0000 |
commit | 0a71eefcf3ff8dd9baecfdf76f2225876334f046 (patch) | |
tree | b9cda53b386a267a13334ae3fb82de1cfc4f0cf5 /src/map/status.h | |
parent | 71f8d31bc902a66649bf467264196444be93950e (diff) | |
download | hercules-0a71eefcf3ff8dd9baecfdf76f2225876334f046.tar.gz hercules-0a71eefcf3ff8dd9baecfdf76f2225876334f046.tar.bz2 hercules-0a71eefcf3ff8dd9baecfdf76f2225876334f046.tar.xz hercules-0a71eefcf3ff8dd9baecfdf76f2225876334f046.zip |
mpeg's ninja work
http://gpegon.free.fr/ea/ninja_08-07-06_mpeg.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8160 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 d35832836..ae30b5415 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -395,7 +395,7 @@ enum { SI_GATLINGFEVER = 204,
SI_TKREST = 205, // 205 = Gloria again (but TK- Happy State looks like it)
SI_UTSUSEMI = 206,
- // 207 = crash (corresponds to SI_BUNSINJYUTSU). Must be fixed.
+ SI_BUNSINJYUTSU = 207,
SI_NEN = 208,
SI_ADJUSTMENT = 209,
SI_ACCURACY = 210
|