diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-28 15:31:03 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-28 15:31:03 +0000 |
commit | 110493234092936699654cc74accd377b9fc1352 (patch) | |
tree | fa1caeb31979222e532fe0e949995da551a48354 /src/map/status.c | |
parent | c3405dbf9b19e7d73d45457e2f5eb203d53df05c (diff) | |
download | hercules-110493234092936699654cc74accd377b9fc1352.tar.gz hercules-110493234092936699654cc74accd377b9fc1352.tar.bz2 hercules-110493234092936699654cc74accd377b9fc1352.tar.xz hercules-110493234092936699654cc74accd377b9fc1352.zip |
Reverted Mpeg's change of NJ_BUNSINJYUTSU SCB
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8517 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 b4ef9a506..30f3486fd 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -366,7 +366,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_BUNSINJYUTSU, SCB_NONE); + set_sc(NJ_BUNSINJYUTSU, SC_BUNSINJYUTSU, SI_BUNSINJYUTSU, SCB_DYE);
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); |