From 1f167df54078c959771c8d0b064cad337e541107 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sun, 21 Oct 2007 11:17:07 +0000 Subject: - Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and where even incompletely coded) - Added SC_INCASPDRATE, SC_INCFLEE2, SC_INCCRI, SC_INCDEF, SC_INCBASEATK and SC_FASTCAST as these are required by the newer items. - Cleaned a bit the implementation of Suffragium git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11535 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index d98ba1b82..50ed1eb44 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -260,8 +260,8 @@ enum { SC_FLEET, SC_SPEED, SC_DEFENCE, - SC_INCAGIRATE, - SC_INCDEXRATE, + SC_INCASPDRATE, + SC_INCFLEE2, SC_JAILED, SC_ENCHANTARMS, //250 SC_MAGICALATTACK, @@ -274,6 +274,10 @@ enum { SC_ITEMBOOST, // Bubble Gum SC_BOSSMAPINFO, // Convex Mirror SC_LIFEINSURANCE, // Life Insurance + SC_INCCRI, + SC_INCDEF, + SC_INCBASEATK, + SC_FASTCAST, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. }; int SkillStatusChangeTable(int skill); -- cgit v1.2.3-60-g2f50