summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-21 17:12:52 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-21 17:12:52 +0000
commitb9b4409da9f557d7904af6439c41e6534639604a (patch)
treec21db4f38b329bac2ddec410977d6dac30c7669e /src/map/status.h
parentdbad79f525ce1b76933bc489743ae431f0d96da1 (diff)
downloadhercules-b9b4409da9f557d7904af6439c41e6534639604a.tar.gz
hercules-b9b4409da9f557d7904af6439c41e6534639604a.tar.bz2
hercules-b9b4409da9f557d7904af6439c41e6534639604a.tar.xz
hercules-b9b4409da9f557d7904af6439c41e6534639604a.zip
- Added status changes for netcafe premium items. Status Resist Potion and SP Reduction Potion.
* More Barricade stuff: - Changed the way "Dir" works. Now it's just like NPC dir definition (from 0 to 7). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12414 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 80ce484c1..75b558d79 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -287,6 +287,8 @@ enum sc_type {
SC_AUTOTRADE,
SC_KSPROTECTED,
SC_ARMOR_RESIST,
+ SC_SPCOST_RATE,
+ SC_COMMONSC_RESIST,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
};
int SkillStatusChangeTable(int skill);