summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-06 21:49:00 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-06 21:49:00 +0000
commitd32e2b4c2c8f40f9acd6b88a45729010d758b118 (patch)
treeb0040b116d347c6ab1ca876ca9cf4e75f30baf9b /Changelog-Trunk.txt
parent0f79342a3fe4ce80a37f6792d4154fa97c8560b0 (diff)
downloadhercules-d32e2b4c2c8f40f9acd6b88a45729010d758b118.tar.gz
hercules-d32e2b4c2c8f40f9acd6b88a45729010d758b118.tar.bz2
hercules-d32e2b4c2c8f40f9acd6b88a45729010d758b118.tar.xz
hercules-d32e2b4c2c8f40f9acd6b88a45729010d758b118.zip
- Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that 70 char limit of the input area.
- Fixed #lvup having the gm level check backwards. - Fixed the stormgust freeze counter going up even if the attack is blocked/cancelled. - Updated mes_len_check to receive max expected size as well (clif.c) - Cleaned up parsing functions for /mm, /resetskill, /resetstate, /item, /monster, /hide - git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9811 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 a5eedba06..d882cd00f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/02/06
+ * Fixed #lvup having the gm level check backwards.
+ * Fixed the stormgust freeze counter going up even if the attack is
+ blocked/cancelled.
* Cleaned up homunc attack request parsing. Homunculus no longer goes into
auto-attack (ctrl+click) mode since the client does every attack request
individually.