mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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");
|
||||
Reference in New Issue
Block a user