diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-02 21:11:50 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-02 21:11:50 +0000 |
commit | 792b211d40f10e938b1041974b04e911bd5e4ba4 (patch) | |
tree | 9dcb8e7613cc5e28e4f7bc12d4f85e773d3dc2b3 /Changelog-Trunk.txt | |
parent | b8cecabe98a2d0762d945a08d52f6a37587ce83d (diff) | |
download | hercules-792b211d40f10e938b1041974b04e911bd5e4ba4.tar.gz hercules-792b211d40f10e938b1041974b04e911bd5e4ba4.tar.bz2 hercules-792b211d40f10e938b1041974b04e911bd5e4ba4.tar.xz hercules-792b211d40f10e938b1041974b04e911bd5e4ba4.zip |
- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)
- Char server can now specify the max size for blacksmith/alchemist/taekwon rankers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5435 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b8b818b28..6606e219c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,10 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/02
+ * Max fame list size is now defined by MAX_FAME_LIST constant (mmo.h)
+ [Skotlex]
+ * Individual fame lists sizes can now be specified through the char-server
+ (check the fame list configs in char_athena.conf) [Skotlex]
* Some cleanup on mob_can_reach code to prevent unnecessary path-searching
[Skotlex]
* Optimized the path-searching ai for mobs to try target cells around the
|