summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-23 14:41:23 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-12-23 14:41:23 +0800
commitc0afd048169aa9d66c739ac548df05ed498a0a34 (patch)
tree309e6f105e32f23be4f46652b6a98c95064ff338 /src/map/status.h
parent5954bf53cac41cac2fd1eb3bb3d91783f0f9644e (diff)
downloadhercules-c0afd048169aa9d66c739ac548df05ed498a0a34.tar.gz
hercules-c0afd048169aa9d66c739ac548df05ed498a0a34.tar.bz2
hercules-c0afd048169aa9d66c739ac548df05ed498a0a34.tar.xz
hercules-c0afd048169aa9d66c739ac548df05ed498a0a34.zip
Item Update:
- Fix typo MOBID_GUARIDAN to MOBID_GUARDIAN - Added official item effect for Magic Candy.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index e1585aabd..dfc914849 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -821,6 +821,7 @@ typedef enum sc_type {
SC_PHI_DEMON,
SC_PROMOTE_HEALTH_RESERCH,
SC_ENERGY_DRINK_RESERCH,
+ SC_MAGIC_CANDY,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;