summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 14:17:07 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 14:17:07 +0000
commiteada7b359cb6f7aca97a076f4f91da532e0074b0 (patch)
tree85df121432d018d68d7f23e0a435ee92c4a073e7 /Changelog-Trunk.txt
parent3769410529065beeeb2bc6ed0fba631f9c64a2e5 (diff)
downloadhercules-eada7b359cb6f7aca97a076f4f91da532e0074b0.tar.gz
hercules-eada7b359cb6f7aca97a076f4f91da532e0074b0.tar.bz2
hercules-eada7b359cb6f7aca97a076f4f91da532e0074b0.tar.xz
hercules-eada7b359cb6f7aca97a076f4f91da532e0074b0.zip
* Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14544 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 1054e41d5..12cb9918d 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/12/02
+ * Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2). [Ai4rei]
* Added clif_starskill (packet 0x20e, ZC_STARSKILL) to host the packet previously implemented by clif_feel_info, clif_hate_info, clif_mission_info and clif_feel_hate_reset (related r4352, r4375 and r9162). [Ai4rei]
- This also fixes sd->bl.id being sometimes supplied for monster_id in this packet.
* Various additions and updates to the comments and documentation of packets in clif. [Ai4rei]