diff options
author | Emistry Haoyan <Equinox1991@gmail.com> | 2017-03-14 00:15:49 +0800 |
---|---|---|
committer | Emistry Haoyan <Equinox1991@gmail.com> | 2017-03-14 00:15:49 +0800 |
commit | 880ea659c9ec5241579281c8f9bff256d3d42eac (patch) | |
tree | f95e240db0325d101afdb38257d1ea884294b376 /src/map/battle.h | |
parent | 7b4d4fb92603ef1e622b52e777cd5ac1b7f97d55 (diff) | |
download | hercules-880ea659c9ec5241579281c8f9bff256d3d42eac.tar.gz hercules-880ea659c9ec5241579281c8f9bff256d3d42eac.tar.bz2 hercules-880ea659c9ec5241579281c8f9bff256d3d42eac.tar.xz hercules-880ea659c9ec5241579281c8f9bff256d3d42eac.zip |
Fixed MVP exp message issue for clients 2013-12-23cRagexe and newer
- Fixed MVP exp message issue clients 2013-12-23cRagexe and newer.
- Gravity remove packet MVP exp message
- Credit to https://github.com/rathena/rathena/commit/85749e84b91087960e868e30a7a052b0c0cdce5b
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index c55d5ef19..b7bde1aa9 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -547,6 +547,7 @@ struct Battle_Config { int atcommand_levelup_events; // Enable atcommands trigger level up events for NPCs int max_summoner_parameter; // Summoner Max Stats + int mvp_exp_reward_message; }; /* criteria for battle_config.idletime_critera */ |