summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-20 20:54:10 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-20 20:54:10 +0000
commit317a8a43f8534647b664d143efc68f435da31d20 (patch)
treec3c8c2e169d6621e33c850f170f2ae7939bdbae1 /Changelog-Trunk.txt
parent62515eac603cfe037311ebabbd855954e97fe9db (diff)
downloadhercules-317a8a43f8534647b664d143efc68f435da31d20.tar.gz
hercules-317a8a43f8534647b664d143efc68f435da31d20.tar.bz2
hercules-317a8a43f8534647b664d143efc68f435da31d20.tar.xz
hercules-317a8a43f8534647b664d143efc68f435da31d20.zip
* Commented out code from r14388, as this breaks NPCs that rely on running global events in duplicates. (IE: WoE scripts)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14390 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 1fff7639e..db2de4adc 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ 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.
2010/08/20
+ * Rev. 14390 Commented out code from r14388, as this breaks NPCs that rely on running global events in duplicates. (IE: WoE scripts) [L0ne_W0lf]
* Removed processing for undocumented and unused event 'OnCharIfInit' which is essentially an alias for event 'OnInterIfInit'. [Paradox924X]
* Made it so global events don't get executed in duplicates to prevent unnecessary reprocessing of events that only need to be run once.
This potentially reduces the total number of global events by hundreds, even thousands. [Paradox924X]