summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-11 01:23:38 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-11 01:23:38 +0000
commit8dee756c8e774cd44d652d1606ab21126233a9f6 (patch)
tree310bf3bcd3d4d4dd92cdf73aaeae20e79222e6fe /Changelog-Trunk.txt
parent2f22817e6ab822590613e9777f87a5690918b843 (diff)
downloadhercules-8dee756c8e774cd44d652d1606ab21126233a9f6.tar.gz
hercules-8dee756c8e774cd44d652d1606ab21126233a9f6.tar.bz2
hercules-8dee756c8e774cd44d652d1606ab21126233a9f6.tar.xz
hercules-8dee756c8e774cd44d652d1606ab21126233a9f6.zip
* Replaced buildin_getpartyname_sub, buildin_getguildname_sub and buildin_getguildmaster_sub, which create only unnecessary overhead, with equivalent inlined code.
- Fixed a memory leak in getguildmasterid, when the guild leader was not online (bugreport:2743). - Command getguildmasterid no longer requires the guild leader to be online. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14575 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index da347adde..c4cb57182 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,9 @@
Date Added
2010/12/10
+ * Replaced buildin_getpartyname_sub, buildin_getguildname_sub and buildin_getguildmaster_sub, which create only unnecessary overhead, with equivalent inlined code. [Ai4rei]
+ - Fixed a memory leak in getguildmasterid, when the guild leader was not online (bugreport:2743).
+ - Command getguildmasterid no longer requires the guild leader to be online.
* Fixed bAutoSpellOnSkill bonuses not working independently of each other (bugreport:4617, since r13596, related r14536). [Ai4rei]
* Revised argument declaration of all script commands according to the actual functions' argument usage. [Ai4rei]
- Fixed many script commands with fixed amount of optional parameters to no longer accept any amount of arguments due to faulty declaration.