Re-added the SI_EARTHSCROLL icon for taekwon's Happy Break status.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14253 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2010-02-27 17:57:43 +00:00
parent 3654619bed
commit 117782c900
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -529,7 +529,7 @@ enum si_type {
// SI_DISABLEMOVE = 202,
SI_MADNESSCANCEL = 203, //[blackhole89]
SI_GATLINGFEVER = 204,
// SI_EARTHSCROLL = 205,
SI_EARTHSCROLL = 205,
SI_UTSUSEMI = 206,
SI_BUNSINJYUTSU = 207,
SI_NEN = 208,