diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 13:56:19 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 13:56:19 +0000 |
commit | 3769410529065beeeb2bc6ed0fba631f9c64a2e5 (patch) | |
tree | d2dcc567ce9912f768a2690f1a414084af7e558e /Changelog-Trunk.txt | |
parent | 3714d8647c6c11bd830c3de558ba37a0b9bcf68f (diff) | |
download | hercules-3769410529065beeeb2bc6ed0fba631f9c64a2e5.tar.gz hercules-3769410529065beeeb2bc6ed0fba631f9c64a2e5.tar.bz2 hercules-3769410529065beeeb2bc6ed0fba631f9c64a2e5.tar.xz hercules-3769410529065beeeb2bc6ed0fba631f9c64a2e5.zip |
* 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).
- This also fixes sd->bl.id being sometimes supplied for monster_id in this packet.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14543 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e10f2148c..1054e41d5 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,8 @@ Date Added 2010/12/02 + * 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] - Renamed clif_01ac to clif_skillunit_update to make it look less 'mysterious'. * Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffect_single and clif_specialeffect (all of them are ZC_NOTIFY_EFFECT2). [Ai4rei] |