diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-28 12:09:29 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-28 12:09:29 +0000 |
commit | f01431ef279c665df0f974e1975baf1f2422398a (patch) | |
tree | 8a60aeb841e8783a948c6621ac1faf53ac2c4554 /Changelog-Trunk.txt | |
parent | 14fedfe759f6dc32c0556421f4c76bf43ac32c3b (diff) | |
download | hercules-f01431ef279c665df0f974e1975baf1f2422398a.tar.gz hercules-f01431ef279c665df0f974e1975baf1f2422398a.tar.bz2 hercules-f01431ef279c665df0f974e1975baf1f2422398a.tar.xz hercules-f01431ef279c665df0f974e1975baf1f2422398a.zip |
* Fixed pets derived from immobile monsters not being able to walk (bugreport:3377, since r13789).
- This also fixes pets using original monster walk speed, instead of the one defined in pet db.
- Fixed pets not being able to attack (pet_attack_support and pet_damage_support) when derived from a monster, which is not able to attack.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14512 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 42a3c35e8..d6d27173c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,9 @@ Date Added +2010/11/28 + * Fixed pets derived from immobile monsters not being able to walk (bugreport:3377, since r13789). [Ai4rei] + - This also fixes pets using original monster walk speed, instead of the one defined in pet db. + - Fixed pets not being able to attack (pet_attack_support and pet_damage_support) when derived from a monster, which is not able to attack. 2010/11/27 * Fixed a crash uncovered with r14501, caused by outdated local variables when a script is about to suspend or terminate (bugreport:4577). [Ai4rei] * Fixed a crash when using food status bonuses with cash food status bonuses (bugreport:4582, since r14437). [Ai4rei] |