mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +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())
|
if (guidPosition.IsPlayer())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Unit* unit = guidPosition.GetUnit();
|
// Unit* unit = guidPosition.GetUnit();
|
||||||
|
|
||||||
unit->SetFacingTo(unit->GetAngle(bot));
|
// unit->SetFacingTo(unit->GetAngle(bot));
|
||||||
}
|
}
|
||||||
|
|
||||||
void RpgHelper::setDelay(bool waitForGroup)
|
void RpgHelper::setDelay(bool waitForGroup)
|
||||||
|
|||||||
Reference in New Issue
Block a user