summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-03 12:37:38 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-03 12:37:38 +0000
commit7e744fbd4fbf444adc163a52696fe3e67f4b699c (patch)
treea0216549553253924135b72bb26d302c841a81bf /Changelog-Trunk.txt
parente7e5d3d478f97a7015f6c4334d7d5258461af037 (diff)
downloadhercules-7e744fbd4fbf444adc163a52696fe3e67f4b699c.tar.gz
hercules-7e744fbd4fbf444adc163a52696fe3e67f4b699c.tar.bz2
hercules-7e744fbd4fbf444adc163a52696fe3e67f4b699c.tar.xz
hercules-7e744fbd4fbf444adc163a52696fe3e67f4b699c.zip
NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12687 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 b67520f26..90c214a23 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,8 @@ 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.
+2008/05/03
+ * NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall [ultramage]
2008/05/02
* Fixed missing iterator destruction in the map_foreach* functions (followup to r12684).
* Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539)