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.c | |
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.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 5ecb9a93b..9d8d5ac29 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -357,7 +357,7 @@ void initChangeTables(void) { add_sc(NJ_HYOUSYOURAKU, SC_FREEZE); set_sc(NJ_NEN, SC_NEN, SI_NEN, SCB_STR|SCB_INT); set_sc(NJ_UTSUSEMI, SC_UTSUSEMI, SI_UTSUSEMI,SCB_NONE); - set_sc(NJ_BUNSINJYUTSU, SC_BUNSINJYUTSU, SI_BLANK, SCB_NONE); + set_sc(NJ_BUNSINJYUTSU, SC_BUNSINJYUTSU, SI_BUNSINJYUTSU, SCB_NONE); set_sc(CR_SHRINK, SC_SHRINK, SI_SHRINK, SCB_NONE); set_sc(RG_CLOSECONFINE, SC_CLOSECONFINE2, SI_CLOSECONFINE2, SCB_NONE); set_sc(RG_CLOSECONFINE, SC_CLOSECONFINE, SI_CLOSECONFINE, SCB_FLEE); |