This commit is contained in:
aozhiwei 2023-02-14 16:30:53 +08:00
parent f1b2f5a4b9
commit ea38d75e59
2 changed files with 3 additions and 3 deletions

View File

@ -252,7 +252,7 @@ void Skill::InitPassiveSkill()
switch (meta->GetMagicId()) {
case MAGIC_30101_HL:
{
Proc30101XL();
Proc30101HL();
}
break;
case MAGIC_30201_HX:
@ -307,7 +307,7 @@ void Skill::InitPassiveSkill()
}
}
void Skill::Proc30101XL()
void Skill::Proc30101HL()
{
a8::XTimerWp recover_timer = owner->room->xtimer.SetIntervalWpEx
(

View File

@ -50,7 +50,7 @@ private:
void NotifySkillState();
void Proc30101XL();
void Proc30101HL();
void ProcSSJS();
void ProcJSHX();
void ProcSWZB();