chore(DB): import pending files

Referenced commit(s): 59fbb1da61
This commit is contained in:
AzerothCoreBot
2023-03-17 01:54:00 +00:00
parent 59fbb1da61
commit 08e1a822f5

View File

@@ -0,0 +1,18 @@
-- DB update 2023_03_16_06 -> 2023_03_17_00
--
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');