mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/creature_template): Adjust levels for Snobold Vassal and Saronite Animus (#3787)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1606545399394537100');
|
||||
|
||||
-- Saronite Animus 10 player and 25 player
|
||||
|
||||
UPDATE `creature_template` SET `minlevel` = 83, `maxlevel` = 83 WHERE `entry` IN (33524,34152);
|
||||
|
||||
-- Snobold Vassal 10 Normal & Heroic, and 25 Normal & Heroic
|
||||
|
||||
UPDATE `creature_template` SET `minlevel` = 82, `maxlevel` = 82 WHERE `entry` IN (34800,35441,35442,35443);
|
||||
|
||||
Reference in New Issue
Block a user