summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-12 15:05:17 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-12 15:05:17 +0000
commit00f7f9b9e2f72595e56af9c40d97fbd73408df54 (patch)
tree405eb7ba476ba0d446d0c50263fed41cc33ffd1f /Changelog-Trunk.txt
parent3fec823429f792645dfd3ad34aed536086f81dfa (diff)
downloadhercules-00f7f9b9e2f72595e56af9c40d97fbd73408df54.tar.gz
hercules-00f7f9b9e2f72595e56af9c40d97fbd73408df54.tar.bz2
hercules-00f7f9b9e2f72595e56af9c40d97fbd73408df54.tar.xz
hercules-00f7f9b9e2f72595e56af9c40d97fbd73408df54.zip
- Updated npc_event_dequeue to free up your current npc information, and not just the npc_id
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9472 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 c329b083f..35b0c92cc 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.
2006/12/12
+ * Updated npc_event_dequeue to free up your current npc information, and
+ not just the npc_id.
* Modified the skill damage packet and the knockback packets to mimic aegis
sent packets for such skills.
* Removed CART_MASK as OPTION_CART can take care of that.