refactor: 修复 NewSel700 技能使用方法名
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-24 00:25:32 +08:00
committed by cnb
parent 90d03b3a32
commit 133d15e392

View File

@@ -13,7 +13,7 @@ type NewSel700 struct {
NewSel0
}
func (e *NewSel700) Skill_Use_ex() bool {
func (e *NewSel700) Skill_Use() bool {
if e.ID().GetCatchTime() != e.Ctx().Our.CurrentPet.Info.CatchTime {
return true
}