mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Weather: Added one more weather state
This commit is contained in:
@@ -56,7 +56,8 @@ enum WeatherState
|
||||
WEATHER_STATE_MEDIUM_SANDSTORM = 41,
|
||||
WEATHER_STATE_HEAVY_SANDSTORM = 42,
|
||||
WEATHER_STATE_THUNDERS = 86,
|
||||
WEATHER_STATE_BLACKRAIN = 90
|
||||
WEATHER_STATE_BLACKRAIN = 90,
|
||||
WEATHER_STATE_BLACKSNOW = 106,
|
||||
};
|
||||
|
||||
/// Weather for one zone
|
||||
|
||||
Reference in New Issue
Block a user