diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-05 14:45:13 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-05 14:45:13 +0000 |
commit | 2f254cd153ba353488bb80eb3b217592e32c54cc (patch) | |
tree | 2a36d2cbd1704d80a65dce0e61758b98e4252e05 /Changelog-Trunk.txt | |
parent | b37ff824d8160eb2cc8f45e435cfdb09cf7db077 (diff) | |
download | hercules-2f254cd153ba353488bb80eb3b217592e32c54cc.tar.gz hercules-2f254cd153ba353488bb80eb3b217592e32c54cc.tar.bz2 hercules-2f254cd153ba353488bb80eb3b217592e32c54cc.tar.xz hercules-2f254cd153ba353488bb80eb3b217592e32c54cc.zip |
Corrected the max. allowed skill name length, and optimized code that works with skill names according to latest changes.
Changed skill db loading code to work similarly to how itemdb/mobdb is loaded (generic file loader + specialized function to process rows).
* all skill db files are now checked for inconsistencies the same way.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11659 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ed953d723..62a6f4e02 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/11/05 + * Changed skill db loading code to work similarly to how itemdb/mobdb + is loaded (generic file loader + specialized function to process rows) + - all skill db files are now checked for inconsistencies the same way + * Corrected the max. allowed skill name length, and optimized code that + works with skill names according to latest changes [ultramage] * Reverted official drop rate estimation [Playtester] - although it really exists we don't have enough information about it - if server owners really want it they can implement it themselves |