diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-06 04:19:22 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-06 04:19:22 +0000 |
commit | a9e29df778514bd1dca21b6a65595410733a0da1 (patch) | |
tree | 8a0620b9c754445ae26db7e7d136c42b5ab36ba8 /src/map/status.c | |
parent | ae10f5471926661984cd90392023af97c3d69fee (diff) | |
download | hercules-a9e29df778514bd1dca21b6a65595410733a0da1.tar.gz hercules-a9e29df778514bd1dca21b6a65595410733a0da1.tar.bz2 hercules-a9e29df778514bd1dca21b6a65595410733a0da1.tar.xz hercules-a9e29df778514bd1dca21b6a65595410733a0da1.zip |
Unequip should no longer remove any buff from seven wind. (bugreport:1155)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12503 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index d9c72c123..c8c154946 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -319,8 +319,7 @@ 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 ); - set_sc( TK_SEVENWIND , SC_GHOSTWEAPON , SI_GHOSTWEAPON , SCB_ATK_ELE ); - set_sc( TK_SEVENWIND , SC_SHADOWWEAPON , SI_SHADOWWEAPON , SCB_ATK_ELE ); + add_sc( TK_SEVENWIND , SC_SEVENWIND ); 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 ); |