diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-18 14:37:48 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-18 14:37:48 +0000 |
commit | 1f82fb3ed60e57b7fecc18cd871747af3dca461b (patch) | |
tree | e3c52ad8c9495ce0875ac76cdef127d3cb7bcae8 /Changelog-Trunk.txt | |
parent | 8597fdb2662c21b535f089e28821d624dd0414e4 (diff) | |
download | hercules-1f82fb3ed60e57b7fecc18cd871747af3dca461b.tar.gz hercules-1f82fb3ed60e57b7fecc18cd871747af3dca461b.tar.bz2 hercules-1f82fb3ed60e57b7fecc18cd871747af3dca461b.tar.xz hercules-1f82fb3ed60e57b7fecc18cd871747af3dca461b.zip |
- Some code cleaning of the skill reiteration/nofootset code.
- skill reiteration code now does not checks for the trigger-area of the skill in the case of non-players, which means mobs can now place traps in cells adjacent to each other.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6640 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 e819a1ba0..8365e546e 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/05/18
+ * skill reiteration code now does not checks for the trigger-area of the
+ skill in the case of non-players, which means mobs can now place traps in
+ cells adjacent to each other. [Skotlex]
* Applied an experimental weather code that should lower bandwidth usage to
near-none, which's only disadvantage should be the weather not clearing out
until moving to another map (even when the mapflag is removed from the
|