summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-18 01:19:16 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-18 01:19:16 +0000
commite724ddf7410dd02e37487921f59bb80828faafc3 (patch)
tree14b293e63d6d3ffbfeb3d35e829f9fc75e2c8427 /Changelog-Trunk.txt
parent1711d9e803b126c7863eef26691318592faafbf0 (diff)
downloadhercules-e724ddf7410dd02e37487921f59bb80828faafc3.tar.gz
hercules-e724ddf7410dd02e37487921f59bb80828faafc3.tar.bz2
hercules-e724ddf7410dd02e37487921f59bb80828faafc3.tar.xz
hercules-e724ddf7410dd02e37487921f59bb80828faafc3.zip
* Made the 'player not attached' script error also report the function it occured in, if available.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14602 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 f69b31f35..09e663ba2 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/12/17
+ * Made the 'player not attached' script error also report the function it occured in, if available. [Ai4rei]
* Fixed a crash, when script command 'doevent' is called without an attached player (bugreport:3973). [Ai4rei]
* Fixed label definitions silently overwriting built-in script functions (bugreport:2806, follow up to r8027). [Ai4rei]
* Added temporary check to skill_delunitgroup to prevent crashes when 'group' is NULL and added some debug messages to track down the source of the crash (bugreport:3504). [Ai4rei]