summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-17 20:04:26 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-17 20:04:26 +0000
commit590cab6d67e00e0620cf31fc8fbe5ed5ec1b7abf (patch)
treee4b9a39a7278173f882bec766cef6eb368bc84a8 /Changelog-Trunk.txt
parentb11b98f7fc5794b4b16627e7c83a46d05fe55d07 (diff)
downloadhercules-590cab6d67e00e0620cf31fc8fbe5ed5ec1b7abf.tar.gz
hercules-590cab6d67e00e0620cf31fc8fbe5ed5ec1b7abf.tar.bz2
hercules-590cab6d67e00e0620cf31fc8fbe5ed5ec1b7abf.tar.xz
hercules-590cab6d67e00e0620cf31fc8fbe5ed5ec1b7abf.zip
* 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).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14599 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 bae7d4c8a..98d0611f9 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/12/17
+ * 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]
* Spellchecked script_commands.txt. [Ai4rei]
* Random script engine clean-ups that have accumulated over time. [Ai4rei]
- Resolved unnecessary script_getnum re-evaluation in a loop in script command 'npcshopdelitem' (since r7120).