diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-28 12:33:30 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-28 12:33:30 +0000 |
commit | 5b3532830e8c18baea99eccaa21a5c7569f8d02d (patch) | |
tree | fdbee1bf48e372a16ae833c8996aad27c3e808d0 /Changelog-Trunk.txt | |
parent | fb33ba865eb09eef71ed38adbd141b6d771321b8 (diff) | |
download | hercules-5b3532830e8c18baea99eccaa21a5c7569f8d02d.tar.gz hercules-5b3532830e8c18baea99eccaa21a5c7569f8d02d.tar.bz2 hercules-5b3532830e8c18baea99eccaa21a5c7569f8d02d.tar.xz hercules-5b3532830e8c18baea99eccaa21a5c7569f8d02d.zip |
* Fixed db/packet_db.txt reading not checking for max. amount of positions.
* Introduced MAX_GUILD_SKILL_REQUIRE to fix inconsistency in amount of prereq. guild skills.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14985 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 f3cfb81af..1363e4119 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,8 @@ Date Added +2011/10/28 + * Fixed db/packet_db.txt reading not checking for max. amount of positions. [Ai4rei] + * Introduced MAX_GUILD_SKILL_REQUIRE to fix inconsistency in amount of prereq. guild skills. 2011/10/26 * Fixed a mistake in RID description in doc/script_commands.txt (since r2402). [Ai4rei] 2011/10/23 |