Fix(Core/DB): Naxxramas overhaul (#1657)

Co-authored-by: Pondaveia Pondaveia@users.noreply.github.com
Co-authored-by: FALL1N1 FALL1N1@users.noreply.github.com
This commit is contained in:
Nefertumm
2019-06-28 05:59:28 -03:00
committed by Stoabrogga
parent bacbf0a5c2
commit 2b37ea11a9
20 changed files with 706 additions and 352 deletions

View File

@@ -501,6 +501,7 @@ class Map : public GridRefManager<NGridType>
void SendZoneDynamicInfo(Player* player);
void SendInitSelf(Player* player);
void PlayDirectSoundToMap(uint32 soundId, uint32 zoneId = 0);
void SetZoneMusic(uint32 zoneId, uint32 musicId);
void SetZoneWeather(uint32 zoneId, uint32 weatherId, float weatherGrade);
void SetZoneOverrideLight(uint32 zoneId, uint32 lightId, uint32 fadeInTime);