diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-28 02:41:54 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-28 02:41:54 +0000 |
commit | fd5a6f34813f11dde4d46a7cfa6402ab681f9d28 (patch) | |
tree | 703f15c7f7c43ea3fe2a8ad8c9b3bf0512b3f06c /Changelog-Trunk.txt | |
parent | 35542f9ed851da21ca19b63ff1f36ca8c980b9f6 (diff) | |
download | hercules-fd5a6f34813f11dde4d46a7cfa6402ab681f9d28.tar.gz hercules-fd5a6f34813f11dde4d46a7cfa6402ab681f9d28.tar.bz2 hercules-fd5a6f34813f11dde4d46a7cfa6402ab681f9d28.tar.xz hercules-fd5a6f34813f11dde4d46a7cfa6402ab681f9d28.zip |
- Modified clif_skill_nodamage to allow for a NULL source. This is to simplify code related to AL_HEAL/MG_RECOVERY effects where someone shows a healing value, but there's no "caster" in sight (Pitcher skills, Blood Drain, Kaahi)
- Updated Kaahi to use clif_skill_nodamage to display amount healed.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6335 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 c6791cc98..9197143bc 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.
2006/04/27
+ * Modified clif_skill_nodamage to allow for a NULL source. This is to
+ simplify code related to AL_HEAL/MG_RECOVERY effects where someone shows a
+ healing value, but there's no "caster" in sight (Pitcher skills, Blood
+ Drain, Kaahi) [Skotlex]
+ * Updated Kaahi to use clif_skill_nodamage to display amount healed.
+ [Skotlex]
* Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you
around while cloaked. [Skotlex]
* Changed the default rate of clone mob skills to 5% modified by
|