summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-02-19 16:57:01 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-02-19 16:57:01 +0000
commit2d6cf0c06e355b0e697b5372a03e189d75893502 (patch)
tree62517b0b543d4ee194ec1dd3ded572f34b21d468 /Changelog-Trunk.txt
parentb1a7decb5f4f88f49ab42f87cd4e770542affd69 (diff)
downloadhercules-2d6cf0c06e355b0e697b5372a03e189d75893502.tar.gz
hercules-2d6cf0c06e355b0e697b5372a03e189d75893502.tar.bz2
hercules-2d6cf0c06e355b0e697b5372a03e189d75893502.tar.xz
hercules-2d6cf0c06e355b0e697b5372a03e189d75893502.zip
* Fixed impropper filling of w4 in npc_parsesrcfile when there are less than 4 fields. (bugreport:1063)
* Simplified atcommand_spiritball. (deprecated msg_txt 204 and 205) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13538 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 183a368ee..546895757 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.
+2009/02/19
+ * Fixed impropper filling of w4 in npc_parsesrcfile when there are less than 4 fields. (bugreport:1063) [FlavioJS]
+ * Simplified atcommand_spiritball. (deprecated msg_txt 204 and 205)
2009/02/06
* Follow up to r13485. (bugreport:2741) [FlavioJS]
- @spiritball creates spiritballs without timer (limited to the array size instead of 500)