diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-14 21:13:19 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-14 21:13:19 +0000 |
commit | 522e0a2b40e5c97f7c1b73b91c6f1406dc206969 (patch) | |
tree | 6151d5754d9f1e354d991a6d87c3c1eed5800a6c /Changelog-Trunk.txt | |
parent | 66a2591b0efac372690b707ed1020a376f260ded (diff) | |
download | hercules-522e0a2b40e5c97f7c1b73b91c6f1406dc206969.tar.gz hercules-522e0a2b40e5c97f7c1b73b91c6f1406dc206969.tar.bz2 hercules-522e0a2b40e5c97f7c1b73b91c6f1406dc206969.tar.xz hercules-522e0a2b40e5c97f7c1b73b91c6f1406dc206969.zip |
* Fixed GMs with GM level equal to 'lowest_gm_level' being treated as normal players in 'gm_can_party' check (bugreport:4162, since r13143).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14705 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 f72076457..b39fec45c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/02/14 + * Fixed GMs with GM level equal to 'lowest_gm_level' being treated as normal players in 'gm_can_party' check (bugreport:4162, since r13143). [Ai4rei] * Fixed a crash when script 'npctalk' is given too long string (bugreport:4759, related r2145). [Ai4rei] - Fixed related buffer overflows in message related clif functions (since r1182, r14270). 2011/02/09 |