|
@@ -3324,7 +3324,7 @@ static struct Damage battle_calc_multi_attack(struct Damage wd, struct block_lis
|
|
|
static int battle_calc_attack_skill_ratio(struct Damage wd, struct block_list *src,struct block_list *target,uint16 skill_id,uint16 skill_lv)
|
|
|
{
|
|
|
struct map_session_data *sd = BL_CAST(BL_PC, src);
|
|
|
- struct map_session_data *tsd = BL_CAST(BL_PC, src);
|
|
|
+ struct map_session_data *tsd = BL_CAST(BL_PC, target);
|
|
|
struct status_change *sc = status_get_sc(src);
|
|
|
struct status_change *tsc = status_get_sc(target);
|
|
|
struct status_data *sstatus = status_get_status_data(src);
|