summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 14:58:34 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 14:58:34 +0000
commit24b1d19b51c95758f86626443c6144672d37edca (patch)
tree02fd73257a09d857eaee1a824c07080717b1ff61 /Changelog-Trunk.txt
parenteada7b359cb6f7aca97a076f4f91da532e0074b0 (diff)
downloadhercules-24b1d19b51c95758f86626443c6144672d37edca.tar.gz
hercules-24b1d19b51c95758f86626443c6144672d37edca.tar.bz2
hercules-24b1d19b51c95758f86626443c6144672d37edca.tar.xz
hercules-24b1d19b51c95758f86626443c6144672d37edca.zip
* Random clif.c fixes and cleanups.
- Fixed clif_homskillup using sd before nullpo check (since r9297 and r9307). - Merged code responsible for disabling pets in GvG and spawning them as per TODO (related r12002). - Fixed base and job exp not being sent to the client for new connections (follow to r14505). - Fixed Magnifier (item) and Identify (skill) attempting to identify an item, even when cancel is pressed, causing skill failed message. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14545 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 12cb9918d..c1780d6e8 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,11 @@
Date Added
2010/12/02
+ * Random clif.c fixes and cleanups. [Ai4rei]
+ - Fixed clif_homskillup using sd before nullpo check (since r9297 and r9307).
+ - Merged code responsible for disabling pets in GvG and spawning them as per TODO (related r12002).
+ - Fixed base and job exp not being sent to the client for new connections (follow to r14505).
+ - Fixed Magnifier (item) and Identify (skill) attempting to identify an item, even when cancel is pressed, causing skill failed message.
* 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.