diff --git a/src/server/scripts/EasternKingdoms/ThroneOfTheTides/boss_ozumat.cpp b/src/server/scripts/EasternKingdoms/ThroneOfTheTides/boss_ozumat.cpp index f5fe8d7266b..c0b20a25ff7 100644 --- a/src/server/scripts/EasternKingdoms/ThroneOfTheTides/boss_ozumat.cpp +++ b/src/server/scripts/EasternKingdoms/ThroneOfTheTides/boss_ozumat.cpp @@ -299,7 +299,7 @@ struct boss_ozumat : public BossAI break; case EVENT_SWIM_AWAY: if (Creature* vehicle = me->GetVehicleCreatureBase()) - vehicle->GetMotionMaster()->MovePoint(0, OzumatVehicleEscapePos, false); + vehicle->GetMotionMaster()->MovePoint(POINT_NONE, OzumatVehicleEscapePos, false); events.ScheduleEvent(EVENT_COMPLETE_ENCOUNTER, 5s); break; case EVENT_COMPLETE_ENCOUNTER: