summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-25 20:59:50 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-25 20:59:50 +0000
commit89d56e6b10b96d775ff976744d40e54a99b1a539 (patch)
tree6ae7613931183e09a84ff0e95d662f35accb1240 /Changelog-Trunk.txt
parent11aa057887c73b752e00bdf0f00b0b3f6b6b7f7a (diff)
downloadhercules-89d56e6b10b96d775ff976744d40e54a99b1a539.tar.gz
hercules-89d56e6b10b96d775ff976744d40e54a99b1a539.tar.bz2
hercules-89d56e6b10b96d775ff976744d40e54a99b1a539.tar.xz
hercules-89d56e6b10b96d775ff976744d40e54a99b1a539.zip
* Fixed a crash when an unknown map is encountered during parsing a 'script' npc and the script has mismatched curly braces (bugreport:4423, since r11502).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14502 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 dae0714fc..f1f4ac91b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/11/25
+ * Fixed a crash when an unknown map is encountered during parsing a 'script' npc and the script has mismatched curly braces (bugreport:4423, since r11502). [Ai4rei]
* 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]