Modcraft - The community dedicated to quality WoW modding!

Content creation => Level Design => Topic started by: leeviathan on February 14, 2016, 02:24:26 pm

Title: [Classic] [QUESTION] Music for Inns
Post by: leeviathan on February 14, 2016, 02:24:26 pm
I'm trying to find where music is set for inns.

In ZoneMusic.DBC there are entries for TavernAlliance and TavernHorde, however there are no/few entries in AreaTable.DBC referencing those particular ZoneMusic IDs (there are a couple TavernHorde references, but no TavernAlliance).

So where else could the zone music for inns be set?
Title: Re: [Classic] [QUESTION] Music for Inns
Post by: schlumpf on February 14, 2016, 04:48:45 pm
https://wowdev.wiki/DB/WMOAreaTable (https://wowdev.wiki/DB/WMOAreaTable" onclick="window.open(this.href);return false;) has a m_ZoneMusic field, to overwrite the one retrieved via m_AreaTableID → m_ZoneMusic
Title: Re: [Classic] [QUESTION] Music for Inns
Post by: leeviathan on February 15, 2016, 11:49:49 pm
Ah ha! Thanks!