summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-10 22:25:37 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-10 22:25:37 +0000
commit24414fd7928e83c7d38bbb1318315c187dfef7ce (patch)
treec13aa30167452f53e57434cc5c6fb1cfd277b25d /Changelog-Trunk.txt
parent8f03106eccfbf42b72a86c2834aff994a7a58a2a (diff)
downloadhercules-24414fd7928e83c7d38bbb1318315c187dfef7ce.tar.gz
hercules-24414fd7928e83c7d38bbb1318315c187dfef7ce.tar.bz2
hercules-24414fd7928e83c7d38bbb1318315c187dfef7ce.tar.xz
hercules-24414fd7928e83c7d38bbb1318315c187dfef7ce.zip
Re-enabled packet 0x1ac to be sent when something gets ankle-snared
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11400 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 283d24e9e..93a6e18d2 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -7,6 +7,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.
* Added an option for parse_script to ignore the checks for the set of
brackets around the script. [FlavioJS]
+ * Re-enabled packet 0x1ac to be sent when something gets ankle-snared
* Partially removed the usage of 'flags' to direct the execution path
in skill unit code (some people seem to really like flags >_>)
- wiped out r8478 and its multiple levels of useless flag propagation