summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-28 20:11:54 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-28 20:11:54 +0000
commit84b9be5ace46f9848ce664e1896c4b4c9bf58889 (patch)
treed9c87180e74f77a53726520818c2fa1eb35f1d8c /Changelog-Trunk.txt
parent1aabb60a820129e5abc2aa12e7e8e78badf4b83e (diff)
downloadhercules-84b9be5ace46f9848ce664e1896c4b4c9bf58889.tar.gz
hercules-84b9be5ace46f9848ce664e1896c4b4c9bf58889.tar.bz2
hercules-84b9be5ace46f9848ce664e1896c4b4c9bf58889.tar.xz
hercules-84b9be5ace46f9848ce664e1896c4b4c9bf58889.zip
- Increased line buffer size when parsing scripts. Helps when trying to define pretty big shops.
- Applied The Ultra Mage's patch to use strict npc header formatting parsing. Updated the relevant stock scripts/mapflags that didn't conform to the standard. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9352 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 35a257a31..0241ccd41 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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/11/28
+ * Applied The Ultra Mage's patch to use strict npc header formatting
+ parsing. Updated the relevant stock scripts/mapflags that didn't conform to
+ the standard. [Skotlex]
* Moved the blocking of casting supportive skills on homunculus from
battle_check_target to status_check_skilluse as bct is not invoked unless
the skill is offensive (or party/guild only) [Skotlex]