diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-05 23:44:57 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-05 23:44:57 +0000 |
commit | 7f407d3cf12cc7141ccfd58e022a73baacb6a456 (patch) | |
tree | aaa5ed8e7c4e7b6190768f49a90b4dcdd623a17d /Changelog-Trunk.txt | |
parent | 3fefab81425004d67c61fb911a417ddfdd089693 (diff) | |
download | hercules-7f407d3cf12cc7141ccfd58e022a73baacb6a456.tar.gz hercules-7f407d3cf12cc7141ccfd58e022a73baacb6a456.tar.bz2 hercules-7f407d3cf12cc7141ccfd58e022a73baacb6a456.tar.xz hercules-7f407d3cf12cc7141ccfd58e022a73baacb6a456.zip |
- Fixed @commands not showing the last available commands (unless the total amount of commands is divisible by ten)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6495 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 e04c3f697..edb9b40ff 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/05/05
+ * Fixed @commands not showing the last available commands (unless the total
+ amount of commands is divisible by ten) [Skotlex]
* Added a npc-script-event cache to avoid looking up event-scripts every
time they need to be executed. Events cached are all those defined in
script_config (on login, logout, mapchange, death, kill, level up) [Skotlex]
|