summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-11-22 20:15:03 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-11-22 20:15:03 +0800
commitc9bdd5a97ed8c8bd25982a136150c99e2526583c (patch)
tree330417b4883af7e2e5376a7daeeafcfcea942db5 /src/map/status.h
parentdca66cc5af483d3bb5e6df0b58cd8c06617ebdde (diff)
downloadhercules-c9bdd5a97ed8c8bd25982a136150c99e2526583c.tar.gz
hercules-c9bdd5a97ed8c8bd25982a136150c99e2526583c.tar.bz2
hercules-c9bdd5a97ed8c8bd25982a136150c99e2526583c.tar.xz
hercules-c9bdd5a97ed8c8bd25982a136150c99e2526583c.zip
ItemDB Update:
- Fix some item behaviors based on Official Servers. • Str_Dish10 (Healing percent) • Citron • Meat Skewer • Mre_B • Mre_C • Spray Of Flowers • Strawberry Cake • Pineapple Juice • Spicy Sandwich • Grilled Corn - Implemented the follow SC: • SC_FOOD_CRITICALSUCCESSVALUE (Based on Aegis VAR_CRITICALSUCCESSVALUE)
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 e784eade8..99916c291 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -773,6 +773,8 @@ typedef enum sc_type {
SC_ATKER_ASPD,
SC_ATKER_MOVESPEED,
+
+ SC_FOOD_CRITICALSUCCESSVALUE, // 610
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;