diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-06-15 11:49:32 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-07-12 15:15:09 -0300 |
commit | a3afe42f9025c1049c05da0b2b99aad7ca8a6907 (patch) | |
tree | a154eebdbcdf7b3282f3b2938bba262f85c2e5c7 /src/map/battle.c | |
parent | 8d028cbacdc4a424621c94a521c375baa234bdce (diff) | |
download | hercules-a3afe42f9025c1049c05da0b2b99aad7ca8a6907.tar.gz hercules-a3afe42f9025c1049c05da0b2b99aad7ca8a6907.tar.bz2 hercules-a3afe42f9025c1049c05da0b2b99aad7ca8a6907.tar.xz hercules-a3afe42f9025c1049c05da0b2b99aad7ca8a6907.zip |
Fixed clearunit packet not being sent to clients going out of the view range when monster dies
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 172f9083f..27e0273b4 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -7205,6 +7205,7 @@ static const struct battle_data { { "vcast_stat_scale", &battle_config.vcast_stat_scale, 530, 1, INT_MAX, }, { "area_size", &battle_config.area_size, 14, 0, INT_MAX, }, { "chat_area_size", &battle_config.chat_area_size, 9, 0, INT_MAX, }, + { "dead_area_size", &battle_config.dead_area_size, 32, 0, INT_MAX, }, { "zeny_from_mobs", &battle_config.zeny_from_mobs, 0, 0, 1, }, { "mobs_level_up", &battle_config.mobs_level_up, 0, 0, 1, }, { "mobs_level_up_exp_rate", &battle_config.mobs_level_up_exp_rate, 1, 1, INT_MAX, }, |