This commit is contained in:
aozhiwei 2023-03-11 11:56:11 +08:00
parent e53900a672
commit 09a1f30368
2 changed files with 0 additions and 6 deletions

View File

@ -297,7 +297,6 @@ void Skill::InitPassiveSkill()
break;
case MAGIC_30901_XIONG:
{
Proc30901XIONG();
}
break;
case MAGIC_31001_NIU:
@ -931,10 +930,6 @@ void Skill::Proc30801LONG()
#endif
}
void Skill::Proc30901XIONG()
{
}
void Skill::ProcSkillPhase(const mt::SkillPhase* phase)
{
switch (phase->func_id) {

View File

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