summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-01 16:34:21 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-01 16:34:21 +0000
commit446724fb64fc64557ef4a2c63659359d7b6fb89f (patch)
tree4bbc801ba2603099dc475bb351b9df82cd20b19c /Changelog-Trunk.txt
parenta73973dde466fa25c118fca4da9acb7db2ee1666 (diff)
downloadhercules-446724fb64fc64557ef4a2c63659359d7b6fb89f.tar.gz
hercules-446724fb64fc64557ef4a2c63659359d7b6fb89f.tar.bz2
hercules-446724fb64fc64557ef4a2c63659359d7b6fb89f.tar.xz
hercules-446724fb64fc64557ef4a2c63659359d7b6fb89f.zip
Removed code that queues OnAgitEliminate after the Emperium is broken, this is now done properly by the gvg script instead (partially deals with bugreport:342).
If you have any extra castles, update your scripts accordingly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11630 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 80a1156c9..07cdfcd1a 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.
+2007/11/01
+ * Removed code that queues OnAgitEliminate after the Emperium is broken,
+ this is now done properly by the gvg script instead [ultramage]
+ - if you have any extra castles, update your scripts accordingly
2007/10/31
* Added names to the SC_ and SI_ enums, now they can be used to properly
indicate where such values are to be used (replaces usage of 'int')