refactor(Core): SetTimedFacingToObject (#23142)
This commit is contained in:
parent
edfc494635
commit
1946543ae2
3 changed files with 17 additions and 39 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue