diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-24 09:37:08 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-24 09:37:08 +0000 |
commit | 75e90443fb9402967c1675131e15eb8d147ab2e8 (patch) | |
tree | 307b9810f4ab62ea8d33da003609a12e162992cf /src/map/status.h | |
parent | 092c12d31a3787620fceedc2a6d032eacde14788 (diff) | |
download | hercules-75e90443fb9402967c1675131e15eb8d147ab2e8.tar.gz hercules-75e90443fb9402967c1675131e15eb8d147ab2e8.tar.bz2 hercules-75e90443fb9402967c1675131e15eb8d147ab2e8.tar.xz hercules-75e90443fb9402967c1675131e15eb8d147ab2e8.zip |
Renamed Happy Break's status name from SC_TKREST to SC_EARTHSCROLL, since that's its official purpose and it doesn't do anything else.
Also removed the associated SI_TKREST since this status doesn't actually have an icon.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13695 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index 638783de1..bae20055f 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -243,7 +243,7 @@ typedef enum sc_type { SC_KAITE, SC_SWOO, // [marquis007] SC_SKA, // [marquis007] - SC_TKREST, // [marquis007] + SC_EARTHSCROLL, SC_MIRACLE, //SG 'hidden' skill [Komurka] SC_MADNESSCANCEL, SC_ADJUSTMENT, @@ -446,7 +446,6 @@ enum si_type { SI_CLOSECONFINE2 = 201, SI_MADNESSCANCEL = 203, //[blackhole89] SI_GATLINGFEVER = 204, - SI_TKREST = 205, // 205 = Gloria again (but TK- Happy State looks like it) SI_UTSUSEMI = 206, SI_BUNSINJYUTSU = 207, SI_NEN = 208, |