This commit is contained in:
@@ -221,7 +221,7 @@ func (f *FightC) collectPlayerActions(ourID, oppID uint32) map[uint32]action.Bat
|
||||
}
|
||||
|
||||
} else {
|
||||
println("玩家执行释放技能动作:", pid, paction.(*action.SelectSkillAction).Info.ID)
|
||||
// println("玩家执行释放技能动作:", pid, paction.(*action.SelectSkillAction).Info.ID)
|
||||
if selfinput.CurrentPet.Info.Hp <= 0 { //0血执行非切换动作
|
||||
//todo 记录异常操作
|
||||
println("玩家执行了异常操作,当前精灵血量为0,不能执行非切换动作", pid)
|
||||
|
||||
Reference in New Issue
Block a user