summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-09 17:28:01 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-09 17:28:01 +0000
commita3e718b798e8b7c5848b58a7646a783ac0163364 (patch)
treeaec968fc3500f3bc502060e43414bb1bfca7897c /Changelog-Trunk.txt
parent6b435aacc6390a4ffe70b0b97636802e226c1c68 (diff)
downloadhercules-a3e718b798e8b7c5848b58a7646a783ac0163364.tar.gz
hercules-a3e718b798e8b7c5848b58a7646a783ac0163364.tar.bz2
hercules-a3e718b798e8b7c5848b58a7646a783ac0163364.tar.xz
hercules-a3e718b798e8b7c5848b58a7646a783ac0163364.zip
Cleaned up and corrected some more land skill code:
* removed redundant skill_ganbatein() function * Added flag UF_PATHCHECK from jAthena which affects whether a skill's cells will be affected by the surrounding terrain. Adjusted existing flags so that they closely match jA's (for easier comparisons). * Fixed code that allowed placing of skill unit cells on 'gaps'. * Fixed code that prevented successful casting of land skills on 'gaps' (officially it's possbile, even though they will not deploy entirely). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12331 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9c5b82da3..cc6d66ded 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,15 @@ 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.
+2008/03/09
+ * Cleaned up and corrected some more land skill code [ultramage]
+ - removed redundant skill_ganbatein() function
+ - Added flag UF_PATHCHECK from jAthena which affects whether a skill's
+ cells will be affected by the surrounding terrain. Adjusted existing
+ flags so that they closely match jA's (for easier comparisons).
+ - Fixed code that allowed placing of skill unit cells on 'gaps'.
+ - Fixed code that prevented successful casting of land skills on 'gaps'
+ (officially it's possbile, even though they will not deploy entirely).
2008/03/07
* Script induced status changes can now be reduced by stats/cards (but
only trigger rate is reduced, not duration).