refactor(Core): SetTimedFacingToObject (#23142)

This commit is contained in:
天鹭
2025-10-17 02:29:31 +08:00
committed by GitHub
parent edfc494635
commit 1946543ae2
3 changed files with 17 additions and 39 deletions

View File

@@ -1269,7 +1269,7 @@ class spell_chapter5_return_to_capital : public SpellScript
if (creature)
{
creature->PauseMovement(5000);
creature->SetTimedFacingToObject(player, 30000);
creature->SetFacingToObject(player, 30s);
if (roll_chance_i(30))
{