diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-30 19:24:02 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-30 19:24:02 +0000 |
commit | 0e7c825226666434ec32a8b3af04e19e1d9b0019 (patch) | |
tree | 5ea80ead239a2bda8a12c5a517680cb85b096127 /Changelog-Trunk.txt | |
parent | 4e56c67d67a03bef92a61112aaca174fa14c8a4a (diff) | |
download | hercules-0e7c825226666434ec32a8b3af04e19e1d9b0019.tar.gz hercules-0e7c825226666434ec32a8b3af04e19e1d9b0019.tar.bz2 hercules-0e7c825226666434ec32a8b3af04e19e1d9b0019.tar.xz hercules-0e7c825226666434ec32a8b3af04e19e1d9b0019.zip |
* Fixed script command 'warpguild' looking for an attached player even when it is not needed (bugreport:4941, since r2674, related r14840).
- Documented special map names recognized by the command.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14841 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index fb671dc7e..a50e7f65c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,8 @@ Date Added 2011/05/30 + * Fixed script command 'warpguild' looking for an attached player even when it is not needed (bugreport:4941, since r2674, related r14840). [Ai4rei] + - Documented special map names recognized by the command. * 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 |