diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 01:35:17 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 01:35:17 +0000 |
commit | ffcda2f3b7f7675dfe22ffccddbb3411f40ae514 (patch) | |
tree | 482c0555598537a3c3d53e22f258378a4718166e /Changelog-Trunk.txt | |
parent | afbbcf68f3f73564bc907734b6662934b88822f3 (diff) | |
download | hercules-ffcda2f3b7f7675dfe22ffccddbb3411f40ae514.tar.gz hercules-ffcda2f3b7f7675dfe22ffccddbb3411f40ae514.tar.bz2 hercules-ffcda2f3b7f7675dfe22ffccddbb3411f40ae514.tar.xz hercules-ffcda2f3b7f7675dfe22ffccddbb3411f40ae514.zip |
I'm still here!
Rewrote fame ranking lists
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6764 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9a2eed08a..b10ac723e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ 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/05/26
+ * Rewrote fame rank lists system to reduce char-server load, as requested by
+ Skotlex: now it has a copy of those lists, and updates only the proper one
+ when needed instead of rebuilding all from saves everytime (which required
+ to always save the character before rebuilding the lists) [DracoRPG]
+ - Note it hasn't been compiled nor tested with SQL, please do it for me
2006/05/25
* Simplified ASC_BREAKER by making it a BF_WEAPON attack with an additional
int-based damage component (which is added right before elemental
|