summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-01 18:37:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-01 18:37:16 +0000
commita0eb9095c25591758ece37f741d9936ae7c1df5d (patch)
tree4214c55b318e5a174e929ec99d66dcb72f40431f /Changelog-Trunk.txt
parentc8d4b89b3de0e8db730fbd375c5b4abd38ac6dff (diff)
downloadhercules-a0eb9095c25591758ece37f741d9936ae7c1df5d.tar.gz
hercules-a0eb9095c25591758ece37f741d9936ae7c1df5d.tar.bz2
hercules-a0eb9095c25591758ece37f741d9936ae7c1df5d.tar.xz
hercules-a0eb9095c25591758ece37f741d9936ae7c1df5d.zip
- Made Deluge/volcano/v. gale be castable on top of each other again
- Modified unit_walktoxy and NPC_RUN to enable running even when the caster does not has the MD_CANMOVE bit on. - PF_MINDBREAKER will now silently fail if you try to use it on someone who already has the status active. - Cleaned up yet again skill_landprotector, now new cells of Deluge/Volcano/V.Gale will delete previous cells when they are recasted on top of each other. - Summoned Marine Spheres no longer get the MD_CANMOVE bit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8039 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index be6ee6848..3701f990f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,14 @@ 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/08/01
+ * Modified unit_walktoxy and NPC_RUN to enable running even when the caster
+ does not has the MD_CANMOVE bit on. [Skotlex]
+ * PF_MINDBREAKER will now silently fail if you try to use it on someone who
+ already has the status active. [Skotlex]
+ * Cleaned up yet again skill_landprotector, now new cells of
+ Deluge/Volcano/V.Gale will delete previous cells when they are recasted on
+ top of each other. [Skotlex]
+ * Summoned Marine Spheres no longer get the MD_CANMOVE bit. [Skotlex]
* Cleaned up some more the SC_JAILED code [Skotlex]
* merged in atcommands jailfor, jailtime, charjailtime. Thanks to Meruru
and Coltaro for the code. [Skotlex]