diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-08 17:51:45 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-08 17:51:45 +0000 |
commit | c9c4c49738355d8896fe72e27864262aa268e26d (patch) | |
tree | 1f59ee8bcf0494cf87f05108ec0ed511fbac1ecc /src/map/battle.c | |
parent | 8d430568c2206ada7a37ef86b29195975ef7ad56 (diff) | |
download | hercules-c9c4c49738355d8896fe72e27864262aa268e26d.tar.gz hercules-c9c4c49738355d8896fe72e27864262aa268e26d.tar.bz2 hercules-c9c4c49738355d8896fe72e27864262aa268e26d.tar.xz hercules-c9c4c49738355d8896fe72e27864262aa268e26d.zip |
Fixed party invitation ack messages not displaying on recent clients (bugreport:1308)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12540 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 1c52cbd4b..3702dc9d5 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3662,7 +3662,7 @@ static const struct _battle_data { { "vending_tax", &battle_config.vending_tax, 0, 0, 10000, }, { "day_duration", &battle_config.day_duration, 0, 0, INT_MAX, }, { "night_duration", &battle_config.night_duration, 0, 0, INT_MAX, }, - { "mob_remove_delay", &battle_config.mob_remove_delay, 60000, 15000, INT_MAX, }, + { "mob_remove_delay", &battle_config.mob_remove_delay, 60000, 1000, INT_MAX, }, { "mob_active_time", &battle_config.mob_active_time, 0, 0, INT_MAX, }, { "boss_active_time", &battle_config.boss_active_time, 0, 0, INT_MAX, }, { "sg_miracle_skill_duration", &battle_config.sg_miracle_skill_duration, 3600000, 0, INT_MAX, }, |