diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-06 20:23:33 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-06 20:23:33 +0000 |
commit | c359ed680a6aecc5180f3a5990981ffc226a8787 (patch) | |
tree | a2588e82ee99374a80bf0e2eef342b638c1af016 /Changelog-Trunk.txt | |
parent | 42001500a31afb0b58ebc58689a7c87ba4e0b9bf (diff) | |
download | hercules-c359ed680a6aecc5180f3a5990981ffc226a8787.tar.gz hercules-c359ed680a6aecc5180f3a5990981ffc226a8787.tar.bz2 hercules-c359ed680a6aecc5180f3a5990981ffc226a8787.tar.xz hercules-c359ed680a6aecc5180f3a5990981ffc226a8787.zip |
* Fixed 'Char creation denied' message not being sent properly.
- Number 2 didn't exist in old clients so it used the default message, now it exists so the wrong message is displayed.
- Changed 2 to 0xFF to get the default message.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13356 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f1453c29a..c130ce80a 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2008/11/06 + * Fixed 'Char creation denied' message not being sent properly. [FlavioJS] + - Number 2 didn't exist in old clients so it used the default message, + now it exists so the wrong message is displayed. + - Changed 2 to 0xFF to get the default message. 2008/11/05 * Fixed issue preventing you from changing to the original cart when using Change Cart. (bugreport:2383) [Sara] 2008/10/29 |