summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-25 15:44:44 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-25 15:44:44 +0000
commit11aa057887c73b752e00bdf0f00b0b3f6b6b7f7a (patch)
treea3ec5e32b4adb007569b32d3ca07346a7c61a6d4 /Changelog-Trunk.txt
parent90e0ece506d4fc438488f88d3f9395ecc7ae085b (diff)
downloadhercules-11aa057887c73b752e00bdf0f00b0b3f6b6b7f7a.tar.gz
hercules-11aa057887c73b752e00bdf0f00b0b3f6b6b7f7a.tar.bz2
hercules-11aa057887c73b752e00bdf0f00b0b3f6b6b7f7a.tar.xz
hercules-11aa057887c73b752e00bdf0f00b0b3f6b6b7f7a.zip
* Fixed script commands attachrid and detachrid not updating the attached character's information about currently running script, causing errors with dialog-based scripts or preventing characters from walking (bugreport:4571).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14501 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 cb517c094..dae0714fc 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2010/11/25
+ * Fixed script commands attachrid and detachrid not updating the attached character's information about currently running script, causing errors with dialog-based scripts or preventing characters from walking (bugreport:4571). [Ai4rei]
2010/11/24
* Fixed party booking search not interpreting level 0 as 'all levels' and using level as upper rather than lower bound (bugreport:4537, since r14412). [Ai4rei]
* Display a message showing the user where to change MAX_ITEMDELAYS when they have too many entries in the item_delays db. Follow-up to r14455. [Paradox924X]