1
This commit is contained in:
@@ -357,7 +357,7 @@ func (f *FightC) enterturn(firstAttack, secondAttack *action.SelectSkillAction)
|
||||
f.Broadcast(func(fighter *input.Input) {
|
||||
for _, switchAction := range f.Switch {
|
||||
if fighter.Player.GetInfo().UserID != switchAction.Reason.UserId {
|
||||
println("切精灵", switchAction.Reason.UserId, switchAction.Reason.ID)
|
||||
// println("切精灵", switchAction.Reason.UserId, switchAction.Reason.ID)
|
||||
fighter.Player.SendPackCmd(2407, &switchAction.Reason)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user