mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
Scripts/FL: update Lord Rhyolith's orientation right away since we need it right away rather than when the spline updates
This commit is contained in:
@@ -1009,6 +1009,7 @@ class spell_rhyolith_drink_magma : public SpellScript
|
||||
return;
|
||||
|
||||
target->SetFacingTo(target->GetAngle(PlateauPlatformCenterPosition));
|
||||
target->SetOrientation(target->GetAngle(PlateauPlatformCenterPosition));
|
||||
target->CastSpell(nullptr, SPELL_MOLTEN_SPEW);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user