mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Do not make NPCs face bots
This commit is contained in:
@@ -73,9 +73,9 @@ void RpgHelper::setFacing(GuidPosition guidPosition)
|
||||
if (guidPosition.IsPlayer())
|
||||
return;
|
||||
|
||||
Unit* unit = guidPosition.GetUnit();
|
||||
// Unit* unit = guidPosition.GetUnit();
|
||||
|
||||
unit->SetFacingTo(unit->GetAngle(bot));
|
||||
// unit->SetFacingTo(unit->GetAngle(bot));
|
||||
}
|
||||
|
||||
void RpgHelper::setDelay(bool waitForGroup)
|
||||
|
||||
Reference in New Issue
Block a user