summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-18 11:29:30 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-18 11:29:30 +0000
commit64ffd93566bb6dc40dbc338aac969adfc1615ed7 (patch)
treed1162e2272714f88bcf974ba2c3c75b53da92571 /Changelog-Trunk.txt
parent76a15224480ae093a7bf1ff456acbbde45a8c153 (diff)
downloadhercules-64ffd93566bb6dc40dbc338aac969adfc1615ed7.tar.gz
hercules-64ffd93566bb6dc40dbc338aac969adfc1615ed7.tar.bz2
hercules-64ffd93566bb6dc40dbc338aac969adfc1615ed7.tar.xz
hercules-64ffd93566bb6dc40dbc338aac969adfc1615ed7.zip
Removed the char_rename setting in favor of a PACKETVER define.
Inverted the way renames are counted: '0' now means 'no renames left' (the default). Please make sure your database matches this new behavior before starting the server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14093 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index e4d4beddc..8c24bd90f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,10 @@ 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.
+09/10/18
+ * Removed the char_rename setting in favor of a PACKETVER define [ultramage]
+ * Inverted the way renames are counted: '0' now means 'no renames left' (the default)
+ * Please make sure your database matches this new behavior before starting the server.
09/10/10
* Added character rename function. [Inkfish]
* NPCs' names should only be 24 characters long including EOS. [Inkfish]