summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-21 10:24:33 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-21 10:24:33 +0000
commit2448a5c498f13b1da358ddf46c40ed9ca6456fe8 (patch)
tree7dff861ee52a0dbd7978a9cdb84a2a593d9b5e3f /Changelog-Trunk.txt
parent8ea7fcb1f388e9049029d2c8c77b5894f95d7b3c (diff)
downloadhercules-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.txt4
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.