From 8214af442ea63919d69d368221ae2d61456488b9 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Mon, 4 Feb 2008 18:23:57 +0000 Subject: - Some code cleanups. - Added new Cell types (NoChat and NoDamage) - Added JobChangeLevel and FreeSKPoints to #stats - Added a Crash protection in clif_send with invalid fd values. - Merged a missing update in TK Mission. - Added script command 'getmapflag' - Merged some new Status Change to Stable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12175 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 97aea9d2b..b036dbd09 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -280,9 +280,9 @@ enum sc_type { SC_INCDEF, SC_INCBASEATK, SC_FASTCAST, - SC_INCMDEFRATE, // Mdef Potion - SC_HPREGEN, // Life Potion - SC_INCHEALRATE, // Regeneration Potion + SC_INCMDEFRATE, + SC_HPREGEN, + SC_INCHEALRATE, SC_PNEUMA, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. }; -- cgit v1.2.3-70-g09d2