summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-11-23 07:55:58 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-11-23 07:55:58 +0800
commitd33fa7b6348377d09136a7ab2e742bd93174973e (patch)
treeae1683589880232c20f4996880d121c68852b914 /src/map/status.h
parent0ef4e5868f4725aca7be5ca764d2ec1e43b91532 (diff)
downloadhercules-d33fa7b6348377d09136a7ab2e742bd93174973e.tar.gz
hercules-d33fa7b6348377d09136a7ab2e742bd93174973e.tar.bz2
hercules-d33fa7b6348377d09136a7ab2e742bd93174973e.tar.xz
hercules-d33fa7b6348377d09136a7ab2e742bd93174973e.zip
ItemDB Update:
- Added new official item status effect, 'SC_CUP_OF_BOZA'. - Follow up https://github.com/HerculesWS/Hercules/commit/f512a0b9cf93e2432f79b57fb05ccda4b6311b02. - Follow up https://github.com/HerculesWS/Hercules/commit/ce33936de2fcb9c565437cb80e6329ab76626500. - Follow up https://github.com/HerculesWS/Hercules/commit/d8909d9b2cf29f45c025fb93fc1df94ec1a40854. - Follow up https://github.com/HerculesWS/Hercules/commit/f65e0326ac7e6faf17451d4c6d275e4fd3133cc0. - Some white spaces adjustments.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 99916c291..a9538724d 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -775,6 +775,7 @@ typedef enum sc_type {
SC_ATKER_MOVESPEED,
SC_FOOD_CRITICALSUCCESSVALUE, // 610
+ SC_CUP_OF_BOZA,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;
@@ -1540,7 +1541,7 @@ enum si_type {
//SI_JITTER_BUFF8 = 748,
//SI_JITTER_BUFF9 = 749,
//SI_JITTER_BUFF10 = 750,
- //SI_CUP_OF_BOZA = 751,
+ SI_CUP_OF_BOZA = 751,
SI_B_TRAP = 752,
SI_E_CHAIN = 753,
SI_E_QD_SHOT_READY = 754,