From c4d9adcdb26912751cdd2ece2ba96fe1edae99e6 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 15 Apr 2006 19:17:47 +0000 Subject: - Removed the ->prev != NULL checks in skill_attack due to the fact that the code should check elsewhere how it should behave (eg: if traps are not cleared on death, stepping on one afterwards SHOULD cause damage) - Removed use of packet 0x1c9 for skill_unit display, except for Graffiti (which is the only unit which requires the much larger packet) - clif_getareachar_skillunit will sent the unit_id of UNT_ATTACK_SKILLS for traps (this is to prevent them from displaying on the client) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6091 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 854cf74d4..252a707f8 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -100,7 +100,6 @@ int clif_clearchat(struct chat_data*,int); // area or fd int clif_leavechat(struct chat_data*,struct map_session_data*); // chat int clif_changechatstatus(struct chat_data*); // chat int clif_refresh(struct map_session_data*); // self -int clif_reveal_skillunit(struct skill_unit *unit); //Area int clif_fame_blacksmith(struct map_session_data *, int); int clif_fame_alchemist(struct map_session_data *, int); -- cgit v1.2.3-70-g09d2