fix(DB/creature_template): Adjust Anub'arak minions level (#3525)

This change adjusts the level of the Anub'arak's (ToC version) minions to their correct values
Co-authored-by: Si1ker <55638679+Sombranator@users.noreply.github.com>
This commit is contained in:
Silker
2020-10-29 23:57:13 -06:00
committed by GitHub
parent 95af510621
commit e1df3b653a

View File

@@ -0,0 +1,14 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1601451772137449700');
/*
* Update by Silker | <www.azerothcore.org> | Copyright (C)
*/
-- https://www.wowhead.com/npc=34607/nerubian-burrower
UPDATE `creature_template` SET `minlevel`=82, `maxlevel`=82 WHERE `entry` IN
(34607, 34648, 35655, 35656);
-- https://www.wowhead.com/npc=34605/swarm-scarab (maxlevel is already 80)
UPDATE `creature_template` SET `minlevel`=80 WHERE `entry` IN
(34605, 34650, 35658, 35659);