diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-04-25 20:40:37 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-05-04 09:47:09 -0400 |
commit | d4f43bca9115ce5e9daa305498f411e3a53c3830 (patch) | |
tree | dee6de5cc4f2a9d543f8cc05b6f5a95e55fa0e95 /src/map/map.h | |
parent | b3d381396ad924675459e0b525a614655ad63f3f (diff) | |
download | hercules-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.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, |