Scripts/TotT: apply a little coding standard detail

This commit is contained in:
Ovahlord
2018-08-22 03:59:42 +02:00
parent d2de2791fe
commit fc5970309c

View File

@@ -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: