From 162a6d4e0cf5c6728d594dfb70f6f12ac40a63c1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 12 Mar 2007 16:10:15 +0000 Subject: - Corrected the new packet version entries for skilluseposinfo - Corrected item reloading not unsetting the "delay consume" flag if the item had changed it's type. - the Attack_Type variable in skill_attack now inherits the damage.flag properties, this fixes ranged status effects not triggering. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9992 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 96fe56b94..93345b559 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -1867,6 +1867,7 @@ int skill_attack (int attack_type, struct block_list* src, struct block_list *ds return 0; dmg=battle_calc_attack(attack_type,src,bl,skillid,skilllv,flag&0xFFF); + attack_type|=dmg.flag; //Add on the rest of attack properties. //Skotlex: Adjusted to the new system if(src->type==BL_PET) -- cgit v1.2.3-70-g09d2