mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Remove debug
This commit is contained in:
@@ -106,6 +106,5 @@ bool AnubarakDodgePoundAction::Execute(Event event)
|
|||||||
// Can be adjusted - this value tends to mirror how a human would play,
|
// Can be adjusted - this value tends to mirror how a human would play,
|
||||||
// and visibly ensures you won't get hit while not creating excessive movements.
|
// and visibly ensures you won't get hit while not creating excessive movements.
|
||||||
float distanceExtra = 2.0f;
|
float distanceExtra = 2.0f;
|
||||||
bot->Yell("MOVING", LANG_UNIVERSAL);
|
|
||||||
return Move(bot->GetAngle(boss), distance + distanceExtra);
|
return Move(bot->GetAngle(boss), distance + distanceExtra);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user