From d41f7e18f02012ef61df70ee6cc0f3bf1ce14c23 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 19 Jul 2006 18:49:42 +0000 Subject: - Modified the targetted skill logic to enable offensive skills to be targetted at party/guild members if the appropiate inf2 value is set. - Added the SC_JAIL code for timed jailing, but the related @ commands ain't in yet. - Added checks to make adding items to inventory/cart fail when a char is in finalsave state. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7751 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 65e512ec5..c11a00fde 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -257,6 +257,7 @@ enum { SC_DEFENCE, //[orn] SC_INCAGIRATE, SC_INCDEXRATE, + SC_JAILED, SC_MAX, //Automatically updated max, used in for's and at startup to check we are within bounds. [Skotlex] }; int SkillStatusChangeTable(int skill); -- cgit v1.2.3-70-g09d2