summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-28 01:50:39 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-28 01:50:39 +0000
commit2255eaf16e44eb6959d309a4c7167d37908eb620 (patch)
tree031c64afd5e3e3a2bd83e7360db3ec87eccedb9f /Changelog-Trunk.txt
parentf50f76af9cf4c6de540f18a46735f9f19c9da230 (diff)
downloadhercules-2255eaf16e44eb6959d309a4c7167d37908eb620.tar.gz
hercules-2255eaf16e44eb6959d309a4c7167d37908eb620.tar.bz2
hercules-2255eaf16e44eb6959d309a4c7167d37908eb620.tar.xz
hercules-2255eaf16e44eb6959d309a4c7167d37908eb620.zip
Made @reloadscript wipe ALL previous mobs that the script engine spawned
- this way it is manageable via global vars; the other way doesn't allow that git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9734 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 6934ad202..db8bf9051 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.
2007/01/27
+ * Made @reloadscript wipe ALL previous mobs that the script engine spawned
+ - this way it is manageable via global vars; the other way doesn't allow that
* Some misc cleanups (typos, formatting, forgotten changelog entry etc)
* Reformatted and translated atcommand.c
- in the process improved @marry, allowing spaces after the first comma