summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-20 18:56:23 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-20 18:56:23 +0000
commit62515eac603cfe037311ebabbd855954e97fe9db (patch)
tree0c34c090d33a135a8b6db562a7d2d7765ac46176 /Changelog-Trunk.txt
parentdb231938e3326a22d90cfb1bc3c3ac6b4bc11728 (diff)
downloadhercules-62515eac603cfe037311ebabbd855954e97fe9db.tar.gz
hercules-62515eac603cfe037311ebabbd855954e97fe9db.tar.bz2
hercules-62515eac603cfe037311ebabbd855954e97fe9db.tar.xz
hercules-62515eac603cfe037311ebabbd855954e97fe9db.zip
Removed processing for undocumented and unused event 'OnCharIfInit' which is essentially an alias for event 'OnInterIfInit'.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14389 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 a066ac439..1fff7639e 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
+ * 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]
* Added a few missing updates to the last packet update to properly support player clones and disguising. [Skotlex]