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:
Ovahlord
2022-03-29 21:46:52 +02:00
parent 2443d48081
commit 4d3ffb2947

View File

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