|
@@ -3580,7 +3580,7 @@ int64 skill_attack (int attack_type, struct block_list* src, struct block_list *
|
|
dmg = battle_calc_attack(attack_type,src,bl,skill_id,skill_lv,flag&0xFFF);
|
|
dmg = battle_calc_attack(attack_type,src,bl,skill_id,skill_lv,flag&0xFFF);
|
|
//If the damage source is a unit, the damage is not delayed
|
|
//If the damage source is a unit, the damage is not delayed
|
|
//! CHECKME: This check maybe breaks the battle_calc_attack, and maybe need better calculation.
|
|
//! CHECKME: This check maybe breaks the battle_calc_attack, and maybe need better calculation.
|