diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-29 16:07:22 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-29 16:07:22 +0000 |
commit | 1f3a9b6de530b1bac9657139af6c1684e4b4094f (patch) | |
tree | 218f3a4f7451540fa8cedded92a5f8881f2330ac /Changelog-Trunk.txt | |
parent | 7badbcba4e7ad1c46f0438d1535f77e4cbbc6fd7 (diff) | |
download | hercules-1f3a9b6de530b1bac9657139af6c1684e4b4094f.tar.gz hercules-1f3a9b6de530b1bac9657139af6c1684e4b4094f.tar.bz2 hercules-1f3a9b6de530b1bac9657139af6c1684e4b4094f.tar.xz hercules-1f3a9b6de530b1bac9657139af6c1684e4b4094f.zip |
* Fixed pets' speed would not get updated to normal, after they finished running to their owner (bugreport:1304).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14838 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 85a685337..c4620ed9b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/05/29 + * Fixed pets' speed would not get updated to normal, after they finished running to their owner (bugreport:1304). [Ai4rei] * Fixed NULL pointer in status_change_timer (SC_BERSERK), when the HP subtraction causes the HP drop below 100, but does not exceed remaining HP (bugreport:1150, related r8705, r11786 and r12061). [Ai4rei] * Updated script commands 'npcshopitem', 'npcshopadditem' and 'npcshopdelitem' to support cashshops as well (bugreport:4928). [Ai4rei] * Fixed players could add themselves to their friendslist through their clones or WPE (bugreport:4909). [Ai4rei] |