diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-21 10:24:33 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-21 10:24:33 +0000 |
commit | 2448a5c498f13b1da358ddf46c40ed9ca6456fe8 (patch) | |
tree | 7dff861ee52a0dbd7978a9cdb84a2a593d9b5e3f /Changelog-Trunk.txt | |
parent | 8ea7fcb1f388e9049029d2c8c77b5894f95d7b3c (diff) | |
download | hercules-2448a5c498f13b1da358ddf46c40ed9ca6456fe8.tar.gz hercules-2448a5c498f13b1da358ddf46c40ed9ca6456fe8.tar.bz2 hercules-2448a5c498f13b1da358ddf46c40ed9ca6456fe8.tar.xz hercules-2448a5c498f13b1da358ddf46c40ed9ca6456fe8.zip |
Fixed battle config loading not applying the side-effects of battle_adjust_conf() side-effect if an import: operation fails.
This is what caused the odd slowdown reported in bugreport:260.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12118 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 347dac973..e2eea5284 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2008/01/21 + * Fixed battle config loading not applying the side-effects of + battle_adjust_conf() side-effect if an import: operation fails. + This is what caused the odd slowdown reported in bugreport:260. 2008/01/20 * Fixed item searches not working on exact "jname" matches. * Fixed hom_setting&0x2 conflicting with the 'view-range' limit check. |