diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-08 19:24:48 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-08 19:24:48 +0000 |
commit | 1f8c922a8ffd8fb216c050b86fdbc4040e5780f6 (patch) | |
tree | abb64c4c336461951245ff717dc88820a4e14dd2 /Changelog-Trunk.txt | |
parent | 26659b5a9d4910fd960174690fe899111dd67ba6 (diff) | |
download | hercules-1f8c922a8ffd8fb216c050b86fdbc4040e5780f6.tar.gz hercules-1f8c922a8ffd8fb216c050b86fdbc4040e5780f6.tar.bz2 hercules-1f8c922a8ffd8fb216c050b86fdbc4040e5780f6.tar.xz hercules-1f8c922a8ffd8fb216c050b86fdbc4040e5780f6.zip |
* Fixed typo in 'deletearray' messing up the script engine
* Added a check to pc_skill() to prevent crashes on unknown skill ids
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10868 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b186aed0d..4fe7ec17d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/07/07 + * Fixed typo in 'deletearray' messing up the script engine + * Added a check to pc_skill() to prevent crashes on unknown skill ids 2007/07/06 * Cleaned up some nasty code related to skill_blown - split 'direction' value from flags |