summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-05-04 10:40:21 +0200
committerGitHub <noreply@github.com>2017-05-04 10:40:21 +0200
commit1e46267cac131fa0e829886b9ccd534522ab0ddb (patch)
tree04eab25f64a566dec905afb7de1a8b112c95c225 /src/map/map.h
parentff8429634673855a1dc6e2924d4534aec8de6507 (diff)
parentaa1c480aa0140098ae32958bbf165c2829d2f9bf (diff)
downloadhercules-1e46267cac131fa0e829886b9ccd534522ab0ddb.tar.gz
hercules-1e46267cac131fa0e829886b9ccd534522ab0ddb.tar.bz2
hercules-1e46267cac131fa0e829886b9ccd534522ab0ddb.tar.xz
hercules-1e46267cac131fa0e829886b9ccd534522ab0ddb.zip
Merge pull request #1717 from mekolat/vault2
expose the bank vault to the script engine
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,