diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-14 19:37:59 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-14 19:37:59 +0000 |
commit | 9b6c71e9f53861a0e35ad1842e695e789e21204f (patch) | |
tree | 1ebeff785b014cc2cadc8657eda0cef07b940ea1 /Changelog-Trunk.txt | |
parent | b26c654efca7862355e78f49af1f18b7d84d8581 (diff) | |
download | hercules-9b6c71e9f53861a0e35ad1842e695e789e21204f.tar.gz hercules-9b6c71e9f53861a0e35ad1842e695e789e21204f.tar.bz2 hercules-9b6c71e9f53861a0e35ad1842e695e789e21204f.tar.xz hercules-9b6c71e9f53861a0e35ad1842e695e789e21204f.zip |
* Blocked being able to use the skill CR_DEVOTION on players under the status SC_HELLPOWER.
- Additionally, users afflicted by the status can also no longer use Token of Siegfried to self-res.
* Added Manuk, Splendide and SC_HELLPOWER statuses to the status effects that can't be dispelled.
* Changed SC_SPEEDUP0 to use the correct status icon SI_MOVHASTE_HORSE.
* Changed SI_SPEEDUP1 to use the correct status icon SI_SPEEDPOTION1.
* Added updated 13.2 drops to existing monsters. (Most rates are unknown, and set to 0.1%)
* And time to squish database bug reports!
- Fixed guild event quest log entry time limit. (Bugreport:4204)
- Fixed Musika healing while attacking and not when attacked. (Bugreport:4211)
- Corrected the Int and HP/SP reduction on the Dead Tree Cane. (Bugreport:4217)
- Fixed the non-set bonus for Glorious Ring's heal increase. (Bugreport:4223)
- Fixed Death Guidance not casting NPC_HELLPOWER on the user. (Bugreport:4250)
- Changed the usable job for Bone Plate from all to thief class. (Bugreport:4286)
- Changed the bonus on alternate large bapho horns to subrace. (Bugreport:4291)
- Added slots to blu and pink night caps, and a couple others. (Bugreport:4301)
- Removed an extra comma from the Mini_Propeller_M headgear. (Bugreport:4307)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14342 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 09c5c6dae..38364f986 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ 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. +2010/06/14 + * Rev. 13442 Blocked being able to use the skill CR_DEVOTION on players under the status SC_HELLPOWER. [L0ne_W0lf] + - Additionally, users afflicted by the status can also no longer use Token of Siegfried to self-res. + * Added Manuk, Splendide and SC_HELLPOWER statuses to the status effects that can't be dispelled. + * Changed SC_SPEEDUP0 to use the correct status icon SI_MOVHASTE_HORSE. + * Changed SI_SPEEDUP1 to use the correct status icon SI_SPEEDPOTION1. 2010/06/13 * 'clif_hpmeter' shouldn't send the packet to the player himself. [Inkfish] 2010/06/10 |