mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
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:
@@ -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);
|
||||||
|
|
||||||
Reference in New Issue
Block a user