summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-02-27 17:57:43 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-02-27 17:57:43 +0000
commitc0422ebdcbd98928a1212a078c89251af7a1113c (patch)
treea0c480e81d45231faf8cfaad29f3b669740f80cd /src/map/status.c
parent4353985f60c01d1145778a37d80c54d75d006637 (diff)
downloadhercules-c0422ebdcbd98928a1212a078c89251af7a1113c.tar.gz
hercules-c0422ebdcbd98928a1212a078c89251af7a1113c.tar.bz2
hercules-c0422ebdcbd98928a1212a078c89251af7a1113c.tar.xz
hercules-c0422ebdcbd98928a1212a078c89251af7a1113c.zip
Re-added the SI_EARTHSCROLL icon for taekwon's Happy Break status.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14253 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 5c40712fa..20335d8ed 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -318,7 +318,7 @@ void initChangeTables(void)
set_sc( TK_READYTURN , SC_READYTURN , SI_READYTURN , SCB_NONE );
set_sc( TK_READYCOUNTER , SC_READYCOUNTER , SI_READYCOUNTER , SCB_NONE );
set_sc( TK_DODGE , SC_DODGE , SI_DODGE , SCB_NONE );
- add_sc( TK_SPTIME , SC_EARTHSCROLL );
+ set_sc( TK_SPTIME , SC_EARTHSCROLL , SI_EARTHSCROLL , SCB_NONE );
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 );