diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-04-25 20:40:37 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-04-25 20:45:09 -0400 |
commit | aa1c480aa0140098ae32958bbf165c2829d2f9bf (patch) | |
tree | 814d993ece009989af083bb95759e74331753b65 /src/map/map.h | |
parent | c7a6a1eeb552fcc48f3937cea044cd5f658c262c (diff) | |
download | hercules-aa1c480aa0140098ae32958bbf165c2829d2f9bf.tar.gz hercules-aa1c480aa0140098ae32958bbf165c2829d2f9bf.tar.bz2 hercules-aa1c480aa0140098ae32958bbf165c2829d2f9bf.tar.xz hercules-aa1c480aa0140098ae32958bbf165c2829d2f9bf.zip |
expose bank vault to the script engine
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
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, |