fix(DB/Creature): Attach auras to Winter Revelers to correct models. (#14366)

* Create winter-reveler.sql

Co-authored by: @cala, @AnonXS

* Formatting fixes.

* Correct a couple bad spell IDs.
This commit is contained in:
Benjamin Jackson 2022-12-25 04:08:48 -05:00 committed by GitHub
parent a73d4173df
commit d3339aee00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,50 @@
DELETE FROM `creature_addon` WHERE `guid` IN (89359, 89360, 89361, 89362, 89363, 89364, 89365, 89366, 89367, 89368, 89369, 89370, 89371, 89372, 89373, 89374, 89375, 89376, 89377, 89378, 89379, 89380, 89381, 89382, 89383, 89384, 89385, 89386, 89387, 89388, 89389, 89390, 89391, 89392, 89393, 89394, 89395, 89396, 89397, 89398, 89399, 89400, 89401, 89402, 89403, 89404, 89405, 89406);
INSERT INTO `creature_addon` (`guid`, `bytes2`, `auras`) VALUES
(89359, 4097, '26239'),
(89360, 4097, '26240'),
(89361, 4097, '26239'),
(89362, 4097, '26240'),
(89363, 4097, '26240'),
(89364, 4097, '26239'),
(89365, 4097, '26240'),
(89366, 4097, '26239'),
(89367, 4097, '26239'),
(89368, 4097, '26240'),
(89369, 4097, '26241'),
(89370, 4097, '26242'),
(89371, 4097, '26241'),
(89372, 4097, '26242'),
(89373, 4097, '39858'),
(89374, 4097, '39859'),
(89375, 4097, '26245'),
(89376, 4097, '26246'),
(89377, 4097, '39859'),
(89378, 4097, '39858'),
(89379, 4097, '26243'),
(89380, 4097, '26244'),
(89381, 4097, '26247'),
(89382, 4097, '26248'),
(89383, 4097, '26247'),
(89384, 4097, '26248'),
(89385, 4097, '26249'),
(89386, 4097, '26250'),
(89387, 4097, '26253'),
(89388, 4097, '26254'),
(89389, 4097, '26253'),
(89390, 4097, '26254'),
(89391, 4097, '26253'),
(89392, 4097, '26254'),
(89393, 4097, '26247'),
(89394, 4097, '26248'),
(89395, 4097, '26249'),
(89396, 4097, '26250'),
(89397, 4097, '26247'),
(89398, 4097, '26248'),
(89399, 4097, '39860'),
(89400, 4097, '39861'),
(89401, 4097, '39861'),
(89402, 4097, '39861'),
(89403, 4097, '39861'),
(89404, 4097, '39860'),
(89405, 4097, '26239'),
(89406, 4097, '26240');