What's new

Stormstout Brewery Level Fixes

orangefire

Gold Supporter
MoP Premium
Veteran Member
112
2021
91
A lot of mobs in Stormstout Brewery were level 90 on normal even though it's a level 85 dungeon. I made some adjustments to set their levels to what they're supposed to be.

SQL:
UPDATE creature_template SET minlevel = 85, maxlevel = 85 WHERE entry IN (59461, 65522);
UPDATE creature_template SET minlevel = 86, maxlevel = 86 WHERE entry IN (59518);
UPDATE creature_template SET minlevel = 87, maxlevel = 87 WHERE entry IN (59479);
 
Top