1
This commit is contained in:
parent
49e7876531
commit
f68aadf816
@ -927,7 +927,8 @@ void Creature::ProcSkillPhase(MetaData::SkillPhase* phase)
|
||||
context_pos.y = param.param2.GetDouble();
|
||||
a8::Vec2 old_context_pos = c->context_pos;
|
||||
c->context_pos = context_pos;
|
||||
c->TryAddBuff(c, equip_meta->int_param1);
|
||||
c->TryAddBuff(c, equip_meta->int_param1,
|
||||
c->CurrentSkill() ? c->CurrentSkill()->meta : nullptr);
|
||||
c->context_pos = old_context_pos;
|
||||
},
|
||||
&xtimer_attacher.timer_list_,
|
||||
|
Loading…
x
Reference in New Issue
Block a user