summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 13:56:19 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 13:56:19 +0000
commit3769410529065beeeb2bc6ed0fba631f9c64a2e5 (patch)
treed2dcc567ce9912f768a2690f1a414084af7e558e /Changelog-Trunk.txt
parent3714d8647c6c11bd830c3de558ba37a0b9bcf68f (diff)
downloadhercules-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.txt2
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]