summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-12 14:53:57 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-12 14:53:57 +0000
commitb0361ff113aaa873b1f9d9696f2e5e1e5c73d574 (patch)
treecb639f83e37c58f26bf379d2170d7ebaeacca333 /Changelog-Trunk.txt
parent2486b455b32116d23b62ba9ffeed18fc64feac48 (diff)
downloadhercules-b0361ff113aaa873b1f9d9696f2e5e1e5c73d574.tar.gz
hercules-b0361ff113aaa873b1f9d9696f2e5e1e5c73d574.tar.bz2
hercules-b0361ff113aaa873b1f9d9696f2e5e1e5c73d574.tar.xz
hercules-b0361ff113aaa873b1f9d9696f2e5e1e5c73d574.zip
* Cleaned up MOTD reading (related r292 and r4552).
- Added a warning for common client crash caused by the sequence ' :' in MOTD. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14584 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 4c6450257..d215beadb 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,8 @@
Date Added
2010/12/12
+ * Cleaned up MOTD reading (related r292 and r4552). [Ai4rei]
+ - Added a warning for common client crash caused by the sequence ' :' in MOTD.
* Fixed impossible condition in soundeffect script command (since athena-dev-2.1.1-mod1046, related r5841). [Ai4rei]
* Updates to the playBGM functionality (since r14335). [Ai4rei]
- Removed impossible condition in playBGM script command (from soundeffect).