mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 11:03:47 +00:00
Core\Packet\Misc: Weather (#9648)
This commit is contained in:
committed by
GitHub
parent
e7a7c20c32
commit
fb249836e9
@@ -42,7 +42,7 @@ struct WeatherData
|
||||
uint32 ScriptId;
|
||||
};
|
||||
|
||||
enum WeatherState
|
||||
enum WeatherState : uint32
|
||||
{
|
||||
WEATHER_STATE_FINE = 0,
|
||||
WEATHER_STATE_FOG = 1,
|
||||
|
||||
Reference in New Issue
Block a user