summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-07 01:26:17 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-07 01:26:17 +0000
commit09fdcb27e44e89f6c08a8945fe10d9977546771f (patch)
treeedd4c6ca39d8d7f621fbd2b1ab4d4a40a326c397 /Changelog-Trunk.txt
parentfaa029b879249d548da05577ee9461b85b286f08 (diff)
downloadhercules-09fdcb27e44e89f6c08a8945fe10d9977546771f.tar.gz
hercules-09fdcb27e44e89f6c08a8945fe10d9977546771f.tar.bz2
hercules-09fdcb27e44e89f6c08a8945fe10d9977546771f.tar.xz
hercules-09fdcb27e44e89f6c08a8945fe10d9977546771f.zip
* [Optimized]:
- list and size not being initialized (size get intialized in default: switch case) Eliminated default case and initialized list and size at the beginning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7021 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 5842e962f..62220b2b5 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.
+2006/06/07
+ * [Optimized]:
+ - list and size not being initialized (size get intialized in default: switch case)
+ Eliminated default case and initialized list and size at the beginning. [Lance]
2006/06/06
* Hopefully fixed for sure mobs getting extra stats when changing-class due
to the mobs level up setting. [Skotlex]