fix(DB/Creature): Add missing auras for some Icecrown creatures (#4394)
* 65a204c5b2
Co-Authored-By: Eridium <6587064+Killyana@users.noreply.github.com>
This commit is contained in:
parent
47160f3c36
commit
a95de6c43a
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612121591924931800');
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (32149,32255);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`, `auras`) VALUES
|
||||
(32149, 0, 1, "54262"),
|
||||
(32255, 0, 1, "54262 60231");
|
||||
Loading…
Add table
Add a link
Reference in a new issue