diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 15:30:41 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 15:30:41 +0000 |
commit | 8262f682cc36a79ce1f21b95243dd955d7aa0f68 (patch) | |
tree | eaa8b254c23ee3abee8940fdc2ce94f64889a83e /Changelog-Trunk.txt | |
parent | dc28a60fa9820fb455408c5c1f80b514ba241cbc (diff) | |
download | hercules-8262f682cc36a79ce1f21b95243dd955d7aa0f68.tar.gz hercules-8262f682cc36a79ce1f21b95243dd955d7aa0f68.tar.bz2 hercules-8262f682cc36a79ce1f21b95243dd955d7aa0f68.tar.xz hercules-8262f682cc36a79ce1f21b95243dd955d7aa0f68.zip |
Fixed segmentation fault in script engine when calling something which is not a function
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7971 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 03f954230..65a60cfa1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/07/29
+ * Fixed segmentation fault in script engine when calling something which is not a function [Toms]
* Fixed segmentation fault in script engine when activating DEBUG_RUN flag [Toms]
2006/07/28
* Added Ishizu's code to check ammo type on attack. No more using Grenade
|