Scripts/TotFW: corrected weather clear state on wipe

This commit is contained in:
Ovahlord
2018-11-18 03:50:48 +01:00
parent d7d6838c3d
commit d8bf3a3170

View File

@@ -203,7 +203,7 @@ class instance_throne_of_the_four_winds : public InstanceMapScript
if (state == FAIL)
{
_relentlessStormVehicleGUIDs.clear();
instance->SetZoneWeather(ZONE_ID_THRONE_OF_THE_FOUR_WINDS, WEATHER_STATE_FINE, 1.0f);
instance->SetZoneWeather(ZONE_ID_THRONE_OF_THE_FOUR_WINDS, WEATHER_STATE_FINE, 0.0f);
instance->SetZoneOverrideLight(ZONE_ID_THRONE_OF_THE_FOUR_WINDS, LIGHT_OVERRIDE_ID_DEFAULT, 3000);
}
else if (state == DONE)