mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(DB/Creature): Misc auras added to several creatures (#14926)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
--
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (98348, 102744);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (29149, 29006, 28025, 28668, 28667, 29124, 28443, 28112, 28001, 28010, 29036, 28095);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(29149, 0, 0, 0, 1, 0, '50726'), -- 29149 - 50726
|
||||
(29006, 0, 0, 0, 1, 0, '50503'), -- 29006 - 50503
|
||||
(28025, 0, 0, 0, 1, 0, '50503'), -- 28025 - 50503
|
||||
(28668, 0, 0, 0, 1, 0, '54176'), -- 28668 - 54176
|
||||
(28667, 0, 0, 0, 1, 0, '50726 52119'), -- 28667 - 50726, 52119
|
||||
(29124, 0, 0, 0, 1, 0, '53213 54189'), -- 29124 - 53213, 54189
|
||||
(28443, 0, 0, 0, 1, 0, '51841'), -- 28443 - 51841
|
||||
(28112, 0, 0, 0, 1, 0, '50726'), -- 28112 - 50726
|
||||
(28001, 0, 0, 0, 1, 0, '44366'), -- 28001 - 44366
|
||||
(28010, 0, 0, 0, 1, 0, '54913'), -- 28010 - 54913
|
||||
(29036, 0, 0, 0, 1, 0, '52948 61750 61751'), -- 29036 - 52948, 61750, 61751
|
||||
(28095, 0, 0, 0, 1, 0, '52162');
|
||||
Reference in New Issue
Block a user