summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-23 04:35:32 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-23 04:35:32 +0000
commit4e45ec34bb37eb515480cfc42dce7d7380a5e235 (patch)
tree0801187366e76552f7862a6206a5cbd2df4baf06 /Changelog-Trunk.txt
parentae6efe1e4bb013f18d79319f2375695fe241d64f (diff)
downloadhercules-4e45ec34bb37eb515480cfc42dce7d7380a5e235.tar.gz
hercules-4e45ec34bb37eb515480cfc42dce7d7380a5e235.tar.bz2
hercules-4e45ec34bb37eb515480cfc42dce7d7380a5e235.tar.xz
hercules-4e45ec34bb37eb515480cfc42dce7d7380a5e235.zip
* Script parse errors displayed with one ShowError instead of several ShowMessage's.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12637 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 3f2200b82..eb3f551ba 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,8 @@ 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/04/23
+ * Script parse errors displayed with one ShowError instead of several ShowMessage's. [FlavioJS]
2008/04/22
* Changed itemdb_reload to clear the database before reloading, so it is possible
can remove an item from the DB without restarting the server (bugreport:1348) (r12635). [Kevin]