This commit is contained in:
aozhiwei 2023-03-11 09:27:42 +08:00
parent b666f2b780
commit 0e12e064b7
2 changed files with 0 additions and 7 deletions

View File

@ -302,7 +302,6 @@ void Skill::InitPassiveSkill()
break; break;
case MAGIC_31001_NIU: case MAGIC_31001_NIU:
{ {
Proc31001NIU();
} }
break; break;
default: default:
@ -981,11 +980,6 @@ void Skill::Proc30901XIONG()
); );
} }
void Skill::Proc31001NIU()
{
owner->GetAbility()->AddDmgRuduce(meta->_number_meta->damage_change());
}
void Skill::ProcSkillPhase(const mt::SkillPhase* phase) void Skill::ProcSkillPhase(const mt::SkillPhase* phase)
{ {
switch (phase->func_id) { switch (phase->func_id) {

View File

@ -60,7 +60,6 @@ private:
void Proc30701BAO(); void Proc30701BAO();
void Proc30801LONG(); void Proc30801LONG();
void Proc30901XIONG(); void Proc30901XIONG();
void Proc31001NIU();
void ProcShotPhase(const mt::SkillPhase* phase); void ProcShotPhase(const mt::SkillPhase* phase);
void ProcSpecDirShotPhase(const mt::SkillPhase* phase); void ProcSpecDirShotPhase(const mt::SkillPhase* phase);