mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Live-Like weather. Big thanks to Robregen for figuring out the system!
Included in the required SQL is weather data pulled from NewZone live packets for up to PoP. An update to EQExtractor will be made to grab the rest of the data from existing collects. Please note: Until weather data is grabbed for zones later than PoP, weather will not work in those zones.
This commit is contained in:
@@ -428,11 +428,6 @@ public:
|
||||
uint32 GetZoneTZ(uint32 zoneid, uint32 version);
|
||||
bool SetZoneTZ(uint32 zoneid, uint32 version, uint32 tz);
|
||||
|
||||
/*
|
||||
* Weather
|
||||
*/
|
||||
uint8 GetZoneWeather(uint32 zoneid, uint32 version);
|
||||
bool SetZoneWeather(uint32 zoneid, uint32 version, uint8 w);
|
||||
/*
|
||||
* Group
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user