fix(DB/creature_template): Adjust levels for Snobold Vassal and Saronite Animus (#3787)
This commit is contained in:
parent
43c4ead969
commit
e6218fcb4d
1 changed files with 10 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue