fix(Scripts/ScarletEnclave): City guards should throw stuff at new DKs (#22317)

This commit is contained in:
avarishd
2025-06-21 21:44:01 +03:00
committed by GitHub
parent 5a58237007
commit 7c171ae4dc
4 changed files with 139 additions and 0 deletions

View File

@@ -1893,6 +1893,7 @@ public:
void SetInFront(WorldObject const* target);
void SetFacingTo(float ori);
void SetFacingToObject(WorldObject* object);
void SetTimedFacingToObject(WorldObject* object, uint32 time); // Reset to home orientation after given time
bool isInAccessiblePlaceFor(Creature const* c) const;
bool isInFrontInMap(Unit const* target, float distance, float arc = M_PI) const;