Modcraft - The community dedicated to quality WoW modding!
Content creation => Level Design => Topic started 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?
-
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
-
Ah ha! Thanks!