summaryrefslogtreecommitdiff
path: root/Changelog-Renewal.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-23 15:11:22 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-23 15:11:22 +0000
commit1dd1fafb2935fa55585889d299afce18b3eb7cd5 (patch)
tree14bba87f5e639ef4b61dff5ecd921919c16abf3f /Changelog-Renewal.txt
parent326bb46c02abb20c39239b2067f3bf4df884cbe3 (diff)
downloadhercules-1dd1fafb2935fa55585889d299afce18b3eb7cd5.tar.gz
hercules-1dd1fafb2935fa55585889d299afce18b3eb7cd5.tar.bz2
hercules-1dd1fafb2935fa55585889d299afce18b3eb7cd5.tar.xz
hercules-1dd1fafb2935fa55585889d299afce18b3eb7cd5.zip
* Fixed script command getusers causing map server to crash when called with type 0 without attached character (bugreport:4565).
- Lack of character is now reported like other script commands do. Additionally invalid types are reported as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14495 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r--Changelog-Renewal.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt
index a24133031..5b17814e7 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.txt
@@ -8,7 +8,9 @@ Date Added
- Fixed data type inconsistency in @statuspoint and @skillpoint (since r5762, related r13541).
- Silenced truncation warnings in CR_ACIDDEMONSTRATION damage calculation and cardfix application (since r13700).
- Reformatted unit_blown to make it look cleaner (follow up to r14492).
- * Labels longer than 23 characters will no longer cause the server to exit immediately (bugreport:4563, since r1213).
+ * Labels longer than 23 characters will no longer cause the server to exit immediately (bugreport:4563, since r1213). [Ai4rei]
+ * Fixed script command getusers causing map server to crash when called with type 0 without attached character (bugreport:4565). [Ai4rei]
+ - Lack of character is now reported like other script commands do. Additionally invalid types are reported as well.
2010/11/22
* mail_deliveryfail no longer attempts to log (since r12910) and give items (since r11855), when there is no item attached to the mail (bugreport:3239). [Ai4rei]
* Fixed a crash when shutting down char-server (TXT only), after it failed to load storage save data (since r1275). [Ai4rei]