diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-08 00:37:33 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-08 00:37:33 +0000 |
commit | 9f808715f22fc2ace4ede7d74c3ab5480613617b (patch) | |
tree | 0d4ee4cf91885f922b874e2a2b5d106172efc256 /Changelog-Trunk.txt | |
parent | 87bb3aad7d8adc4075cf75ce6088ddaa6f571721 (diff) | |
download | hercules-9f808715f22fc2ace4ede7d74c3ab5480613617b.tar.gz hercules-9f808715f22fc2ace4ede7d74c3ab5480613617b.tar.bz2 hercules-9f808715f22fc2ace4ede7d74c3ab5480613617b.tar.xz hercules-9f808715f22fc2ace4ede7d74c3ab5480613617b.zip |
* Updates to various client packets.
- Renamed clif_set0199 and clif_send0199 to clif_map_property and clif_map_property_mapall respectively and added an enumeration for currently known map properties.
- Renamed clif_set01D6 to clif_map_type and added an enumeration for currently known map types.
- Resolved undocumented field of packet 0x22e (ZC_PROPERTY_HOMUN) to attack range.
- Fixed aspd field of packet 0xbd (ZC_STATUS) getting filled with karma value.
- Removed commented clif_skillinfo (duplicate of clif_item_skill).
- Other minor comment updates and 'FIXME' assignments.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14698 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 2733b46e9..adbb1d5af 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,13 @@ Date Added +2011/02/07 + * Updates to various client packets. [Ai4rei] + - Renamed clif_set0199 and clif_send0199 to clif_map_property and clif_map_property_mapall respectively and added an enumeration for currently known map properties. + - Renamed clif_set01D6 to clif_map_type and added an enumeration for currently known map types. + - Resolved undocumented field of packet 0x22e (ZC_PROPERTY_HOMUN) to attack range. + - Fixed aspd field of packet 0xbd (ZC_STATUS) getting filled with karma value. + - Removed commented clif_skillinfo (duplicate of clif_item_skill). + - Other minor comment updates and 'FIXME' assignments. 2011/02/06 * Replaced 'nameid < 500' checks in script commands 'countitem', 'countitem2' and 'autoequip' with stricter ones. [Ai4rei] - This should stop meaningless itemdb_search warnings from said commands when an invalid item id is used. |