summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-04-25 20:40:37 -0400
committergumi <mekolat@users.noreply.github.com>2017-05-04 09:47:09 -0400
commitd4f43bca9115ce5e9daa305498f411e3a53c3830 (patch)
treedee6de5cc4f2a9d543f8cc05b6f5a95e55fa0e95 /src/map/map.h
parentb3d381396ad924675459e0b525a614655ad63f3f (diff)
downloadhercules-d4f43bca9115ce5e9daa305498f411e3a53c3830.tar.gz
hercules-d4f43bca9115ce5e9daa305498f411e3a53c3830.tar.bz2
hercules-d4f43bca9115ce5e9daa305498f411e3a53c3830.tar.xz
hercules-d4f43bca9115ce5e9daa305498f411e3a53c3830.zip
expose bank vault to the script engines20170510
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 8c5372093..d4284b3f7 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -553,6 +553,7 @@ enum status_point_types { //we better clean up this enum and change it name [Hem
SP_MOD_EXP=125,
SP_MOD_DROP=126,
SP_MOD_DEATH=127,
+ SP_BANKVAULT=128,
// Mercenaries
SP_MERCFLEE=165, SP_MERCKILLS=189, SP_MERCFAITH=190,