Remove Weather functions and type, add Map:SetWeather

Weather hook changes
This commit is contained in:
Rochet2
2015-01-11 20:00:53 +02:00
parent 882eb40acb
commit d42cb350fe
7 changed files with 49 additions and 191 deletions

View File

@@ -396,7 +396,7 @@ public:
bool OnAreaTrigger(Player* pPlayer, AreaTriggerEntry const* pTrigger);
/* Weather */
void OnChange(Weather* weather, WeatherState state, float grade);
void OnChange(Weather* weather, uint32 zone, WeatherState state, float grade);
/* Auction House */
void OnAdd(AuctionHouseObject* auctionHouse);