diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-19 14:45:26 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-19 14:45:26 +0000 |
commit | 64278f84045f73343b02ef8d724b9f6fc1beda4a (patch) | |
tree | 23864426636a7d50bdb683bd07a1bcde69bd242c /Changelog-Trunk.txt | |
parent | 41b1f9cb70a286845572847be488af075ee544d4 (diff) | |
download | hercules-64278f84045f73343b02ef8d724b9f6fc1beda4a.tar.gz hercules-64278f84045f73343b02ef8d724b9f6fc1beda4a.tar.bz2 hercules-64278f84045f73343b02ef8d724b9f6fc1beda4a.tar.xz hercules-64278f84045f73343b02ef8d724b9f6fc1beda4a.zip |
- Removed the mysterious array of two of char_dat (char/sql server), replaced it with a static structure.
- Added function char_loadName to extract the character name of a given ID.
- Fixed fame-list updating crashing char-sql server when the given char-id just got into ranking.
- Sorry I didn't check if it compiles cleanly because I don't have sql here <.< (am gonna test it in a second, though)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7248 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c59784e6d..a3af035ed 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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.
2006/06/19
+ * Fixed fame-list updating crashing char-sql server when the given char-id
+ just got into ranking. [Skotlex]
* Added missing Arunafeltz maps with information from NLZ [Evera]
2006/06/18
* [Fixed]:
|