What's new
  • Happy Cataclysm gaming! The long-awaited 4.3.4 Cataclysm Repack V19.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now

Stormstout Brewery Level Fixes

orangefire

Gold Supporter
Veteran Member
112
2021
98
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);
 
Back
Top