diff --git a/src/server/scripts/EasternKingdoms/ThroneOfTheTides/boss_ozumat.cpp b/src/server/scripts/EasternKingdoms/ThroneOfTheTides/boss_ozumat.cpp index 973a0caa8c1..3efefdfbf64 100644 --- a/src/server/scripts/EasternKingdoms/ThroneOfTheTides/boss_ozumat.cpp +++ b/src/server/scripts/EasternKingdoms/ThroneOfTheTides/boss_ozumat.cpp @@ -862,7 +862,7 @@ class spell_ozumat_shadow_blast_missile : public SpellScript // Calculation is correct, core needs to support vertical only splines.... Position pos = GetCaster()->GetPosition(); - pos.m_positionZ = caster->GetMap()->GetHeight(caster->GetPhaseShift(), pos); + pos.m_positionZ = caster->GetFloorZ(); dest.Relocate(pos); }