diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-30 20:43:57 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-30 20:43:57 +0000 |
commit | 8500597883d7ff7ace2a7d9c661c5c468c8d8ce3 (patch) | |
tree | be81be6a49f90fa2021fca7c9d8f95542f4bb9a2 /Changelog-Trunk.txt | |
parent | 4362a0c677113465c450da34148e10676c32298f (diff) | |
download | hercules-8500597883d7ff7ace2a7d9c661c5c468c8d8ce3.tar.gz hercules-8500597883d7ff7ace2a7d9c661c5c468c8d8ce3.tar.bz2 hercules-8500597883d7ff7ace2a7d9c661c5c468c8d8ce3.tar.xz hercules-8500597883d7ff7ace2a7d9c661c5c468c8d8ce3.zip |
- Mob casted Sanctuary will no longer always heal it's targets regardless of element/race
- Status change packets will now use as criteria for sending the actual view_class instead of player/not-player. This will fix status-changes displaying improperly on clones, and also possible crashes with disguised players.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7984 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 c03068d52..1f1c41ef8 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,12 @@ 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/07/30
+ * Mob casted Sanctuary will no longer always heal it's targets regardless
+ of element/race [Skotlex]
+ * Status change packets will now use as criteria for sending the actual
+ view_class instead of player/not-player. This will fix status-changes
+ displaying improperly on clones, and also possible crashes with disguised
+ players. [Skotlex]
* Merged mpeg's fix on ninja skills and SA_VOLCANO,SA_DELUGE,SA_VIOLENTGALE [Toms]
* Added bNoMiscDamage setting so you can specify misc-damage blocking from
skills. Modified battle_calc_damage so that even Pressure and similar
|