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); }