From 4d3ffb2947d459eb413b304ce36d279b577aa239 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 29 Mar 2022 21:46:52 +0200 Subject: [PATCH] Scripts/FL: update Lord Rhyolith's orientation right away since we need it right away rather than when the spline updates --- src/server/scripts/Kalimdor/Firelands/boss_lord_rhyolith.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/Kalimdor/Firelands/boss_lord_rhyolith.cpp b/src/server/scripts/Kalimdor/Firelands/boss_lord_rhyolith.cpp index 82791841fa2..a300562a013 100644 --- a/src/server/scripts/Kalimdor/Firelands/boss_lord_rhyolith.cpp +++ b/src/server/scripts/Kalimdor/Firelands/boss_lord_rhyolith.cpp @@ -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); }