diff options
author | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-24 18:02:39 +0000 |
---|---|---|
committer | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-24 18:02:39 +0000 |
commit | 99451e33d3d7e6905b18fc9eddd96c16779728fd (patch) | |
tree | a973c1e2dd61d4403117ca95a0fe1fd26f059b8b /src/map/status.h | |
parent | 47a3c5c93be7a376b057a8dd01486004dd955e96 (diff) | |
download | hercules-99451e33d3d7e6905b18fc9eddd96c16779728fd.tar.gz hercules-99451e33d3d7e6905b18fc9eddd96c16779728fd.tar.bz2 hercules-99451e33d3d7e6905b18fc9eddd96c16779728fd.tar.xz hercules-99451e33d3d7e6905b18fc9eddd96c16779728fd.zip |
Merged ALL_PARTYFLEE from eAthena renewal branch.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16494 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index efa2a84a1..41010a34b 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -619,7 +619,8 @@ typedef enum sc_type { SC_ERASER_CUTTER, /* Max HP & SP */ SC_INCMHP, - SC_INCMSP, + SC_INCMSP, + SC_PARTYFLEE, // 531 SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -939,7 +940,7 @@ enum si_type { // SI_REUSE_LIMIT_F = 310, SI_INVINCIBLE = 311, SI_CASH_PLUSONLYJOBEXP = 312, -// SI_PARTYFLEE = 313, + SI_PARTYFLEE = 313, // SI_ANGEL_PROTECT = 314, SI_ENDURE_MDEF = 315, SI_ENCHANTBLADE = 316, |