summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-11-18 19:41:32 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-11-18 19:41:32 +0800
commit597190eaf76cf14831423ba37be9194e0d6f53b1 (patch)
tree9f27cb9bd691ac507353daaf8ab8660b1c654fc9 /src/map/status.h
parente44e4a31d80b1147e233b809d88d5115f21a10ca (diff)
downloadhercules-597190eaf76cf14831423ba37be9194e0d6f53b1.tar.gz
hercules-597190eaf76cf14831423ba37be9194e0d6f53b1.tar.bz2
hercules-597190eaf76cf14831423ba37be9194e0d6f53b1.tar.xz
hercules-597190eaf76cf14831423ba37be9194e0d6f53b1.zip
ItemDB Update:
- Fixes Issue #688. - Update the item 'Acaraje' to its official effect. (Ref: http://herc.ws/board/tracker/issue-7773-acaraje-12375/) - Fix 'Vitata500' not giving additional % in sp. (Thanks to Haru) (Ref: http://www.divine-pride.net/database/item/12436) - Fix Ljosalfar and Mermaid Bubbles disappear its effect when died / dispell and etc.
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 800e3de9f..7635248d0 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -745,6 +745,8 @@ typedef enum sc_type {
SC_LJOSALFAR,
SC_MERMAID_LONGING,
+
+ SC_ACARAJE, // 590
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;