diff options
author | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-22 00:27:30 +0000 |
---|---|---|
committer | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-22 00:27:30 +0000 |
commit | c724e71f0e8487cdb3c1016c30e7a739f73497ef (patch) | |
tree | ff506116e52583cf432c383ef66b0c0f8e7cafa5 /Changelog-Trunk.txt | |
parent | a496d2693dd3727a8e3991b05fe57601e44b48b1 (diff) | |
download | hercules-c724e71f0e8487cdb3c1016c30e7a739f73497ef.tar.gz hercules-c724e71f0e8487cdb3c1016c30e7a739f73497ef.tar.bz2 hercules-c724e71f0e8487cdb3c1016c30e7a739f73497ef.tar.xz hercules-c724e71f0e8487cdb3c1016c30e7a739f73497ef.zip |
* Modified *killmonsterall to support a new argument that will allow it to kill monsters using the new OnMyMobDead behavior (in order to avoid breaking older scripts) (bugreport:1734)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12873 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 387362364..6dbdedf6b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2008/06/22 * Extended script command 'set' to return the variable reference (topic:190602). [FlavioJS] + * Fixed a bug where the "OnMyMobDead" event wouldn't trigger if the mob was killed and never attacked. (bugreport:1725) [SketchyPhoenix] + * Reworded a comment in can_copy to make more sense. + * Modified *killmonsterall to support a new argument that will allow it to kill monsters using the new OnMyMobDead behavior (in order to avoid breaking older scripts). 2008/06/19 * Added Sirius_White's fix for sense working on emperium. (bugreport: 1679) [SketchyPhoenix] * Fixed SC_CHANGEUNDEAD behavior: Blessing and Increase AGI deals 1 damage and does not apply buffs to those inflicted by it. |