This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [Classic] [QUESTION] Music for Inns  (Read 1071 times)

leeviathan

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 107
    • View Profile
[Classic] [QUESTION] Music for Inns
« 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?

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [Classic] [QUESTION] Music for Inns
« Reply #1 on: February 14, 2016, 04:48:45 pm »
https://wowdev.wiki/DB/WMOAreaTable has a m_ZoneMusic field, to overwrite the one retrieved via m_AreaTableID → m_ZoneMusic
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

leeviathan

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 107
    • View Profile
Re: [Classic] [QUESTION] Music for Inns
« Reply #2 on: February 15, 2016, 11:49:49 pm »
Ah ha! Thanks!