- 112
- 2021
- 91
In the open world questline around Stormstout Brewery I noticed all the mobs would phase out as soon as I completed "Clear the Way". Not even turned in, just got my 10 kills and everything else disappeared rendering my other quests impossible to complete except theoretically with dropping and retaking Clear the Way. I instead modified the phasing so it wouldn't phase out these mobs until later in the questline. I couldn't find conclusive details on when the phase shift should occur so I set it to phase out those mobs at the end of this quest series which I believe is when they disappeared on retail.
While I was there I also fixed an issue with all the mobs phasing out when approaching the entrance area to Stormstout Brewery, even though there were mobs for the quests right there, because it's a different area ID from Thirsty Ally and didn't have the same phase auras set.
While I was there I also fixed an issue with all the mobs phasing out when approaching the entrance area to Stormstout Brewery, even though there were mobs for the quests right there, because it's a different area ID from Thirsty Ally and didn't have the same phase auras set.
SQL:
REPLACE INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES (65141, 6002, 30074, 30085, 0, 0, 2, 1, 66, 66);
REPLACE INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES (65141, 6001, 30074, 30085, 0, 0, 2, 1, 66, 66);