summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-06 18:59:58 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-06 18:59:58 +0000
commitdb67fc53edf96f4fe837afc85733ed958b92f5b2 (patch)
tree93f78eb3c125e1b1ec967af9129ac0d87cd57ac5 /src/map/status.c
parent6533057de1efe36a0c900076a1b4bf207b54994c (diff)
downloadhercules-db67fc53edf96f4fe837afc85733ed958b92f5b2.tar.gz
hercules-db67fc53edf96f4fe837afc85733ed958b92f5b2.tar.bz2
hercules-db67fc53edf96f4fe837afc85733ed958b92f5b2.tar.xz
hercules-db67fc53edf96f4fe837afc85733ed958b92f5b2.zip
Fixed seven wind not allowing ghost/shadow. (bugreport:1155)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12505 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index c8c154946..1013a711f 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -319,7 +319,9 @@ void initChangeTables(void)
set_sc( TK_READYCOUNTER , SC_READYCOUNTER , SI_READYCOUNTER , SCB_NONE );
set_sc( TK_DODGE , SC_DODGE , SI_DODGE , SCB_NONE );
set_sc( TK_SPTIME , SC_TKREST , SI_TKREST , SCB_NONE );
- add_sc( TK_SEVENWIND , SC_SEVENWIND );
+ add_sc( TK_SEVENWIND , SC_SEVENWIND );
+ set_sc( TK_SEVENWIND , SC_GHOSTWEAPON , SI_GHOSTWEAPON , SCB_ATK_ELE );
+ set_sc( TK_SEVENWIND , SC_SHADOWWEAPON , SI_SHADOWWEAPON , SCB_ATK_ELE );
set_sc( SG_SUN_WARM , SC_WARM , SI_WARM , SCB_NONE );
add_sc( SG_MOON_WARM , SC_WARM );
add_sc( SG_STAR_WARM , SC_WARM );