diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 20:37:39 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 20:37:39 +0000 |
commit | 353b697f724a54e5d4f578b0509d8d6e6959d299 (patch) | |
tree | 7f53009c9f9f72347c68f20f66fbf4fe3913f934 /Changelog-Trunk.txt | |
parent | d0d7cb926f66b1e2dbf7e57291c00c27437dcc07 (diff) | |
download | hercules-353b697f724a54e5d4f578b0509d8d6e6959d299.tar.gz hercules-353b697f724a54e5d4f578b0509d8d6e6959d299.tar.bz2 hercules-353b697f724a54e5d4f578b0509d8d6e6959d299.tar.xz hercules-353b697f724a54e5d4f578b0509d8d6e6959d299.zip |
- Made the char_name_option char_athena.conf setting apply to parties and guilds as well. It cannot be applied to pets yet without adding a change-name-request interserver packet.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6897 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 41cb86d22..2a7b16190 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.
2006/05/31
+ * Made the char_name_option char_athena.conf setting apply to parties and
+ guilds as well. It cannot be applied to pets yet without adding a
+ change-name-request interserver packet. [Skotlex]
* Moved the JOB_* defines from map.h to mmo.h, update char.c to use them.
[Skotlex]
* Added function char_read_fame_list for famelist reading. Invoked it on
|