diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-17 12:07:25 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-17 12:07:25 +0000 |
commit | ffe08e80828f0f8f92c7ae2b94a29eca4ab3efc8 (patch) | |
tree | 943f44acd7cb9ff5e811bf55ce5deda15716ef29 /Changelog-Trunk.txt | |
parent | f6b6bc970a7a07287dc076abdc4dfaa848cd0c70 (diff) | |
download | hercules-ffe08e80828f0f8f92c7ae2b94a29eca4ab3efc8.tar.gz hercules-ffe08e80828f0f8f92c7ae2b94a29eca4ab3efc8.tar.bz2 hercules-ffe08e80828f0f8f92c7ae2b94a29eca4ab3efc8.tar.xz hercules-ffe08e80828f0f8f92c7ae2b94a29eca4ab3efc8.zip |
* small timer.c cleaning
- removed "with less than 4 values, it's speedier to use a simple loop" as this case will never occur (premature optimization from r1284)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11499 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 23670981d..19d49bb7c 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. +2007/10/17 + * small timer.c cleaning + - removed "with less than 4 values, it's speedier to use a simple loop" + as this case will never occur (premature optimization from r1284) 2007/10/16 * Venom Splasher fixes according to bugreport:230 - added passive skillv*30% bonus from Poison React |