diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-30 19:00:43 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-30 19:00:43 +0000 |
commit | 4e56c67d67a03bef92a61112aaca174fa14c8a4a (patch) | |
tree | 59a43e2b05e369d637dd908fe6e7bb368246f4f6 /Changelog-Trunk.txt | |
parent | 02898a2a1693400a9e19c384dbcb27f5d6867bd6 (diff) | |
download | hercules-4e56c67d67a03bef92a61112aaca174fa14c8a4a.tar.gz hercules-4e56c67d67a03bef92a61112aaca174fa14c8a4a.tar.bz2 hercules-4e56c67d67a03bef92a61112aaca174fa14c8a4a.tar.xz hercules-4e56c67d67a03bef92a61112aaca174fa14c8a4a.zip |
* Fixed script command 'warpparty' looking for an attached player even when it is not needed (bugreport:4359, since r14311, related r2674 and r5592).
- This also resolves an issue, where the command fails when the attached player is on a map that has noreturn or nowarpto mapflags set.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14840 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c4620ed9b..fb671dc7e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,8 @@ Date Added +2011/05/30 + * Fixed script command 'warpparty' looking for an attached player even when it is not needed (bugreport:4359, since r14311, related r2674 and r5592). [Ai4rei] + - This also resolves an issue, where the command fails when the attached player is on a map that has noreturn or nowarpto mapflags set. 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] |