diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-12 09:18:24 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-12 09:18:24 +0000 |
commit | 9babdbcbb4209a6ae861550eb662ac810d7ad886 (patch) | |
tree | e672b550c0bd3a0980b35a121bb26c530cf9d2c3 /Changelog-Trunk.txt | |
parent | 9fc2a1039aa77050384d2c3da7cba93e8af22e8b (diff) | |
download | hercules-9babdbcbb4209a6ae861550eb662ac810d7ad886.tar.gz hercules-9babdbcbb4209a6ae861550eb662ac810d7ad886.tar.bz2 hercules-9babdbcbb4209a6ae861550eb662ac810d7ad886.tar.xz hercules-9babdbcbb4209a6ae861550eb662ac810d7ad886.zip |
Fixed a script engine problem where warping away while having a menu window open and talking to an another npc with a menu would produce menu option count mismatch errors (bugreport:1208)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12703 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 3ab62a37d..3953b7591 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. +2008/05/12 + * Fixed a script engine problem where warping away while having a menu + window open and talking to an another npc with a menu would produce + menu option count mismatch errors (bugreport:1208) 2008/05/10 * Fixed @showmobs not working (bugreport:1487) 2008/05/09 |