aboutsummaryrefslogtreecommitdiff
path: root/sql/old/3.1.3/04222_world.sql
blob: 7f7f4bf67196cf4ecf875e30b8e0304c6bc76dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DELETE FROM spell_pet_auras where `spell` in (56314,56315,56316, 56317, 56318);
INSERT INTO spell_pet_auras VALUES
(56314, 0, 0, 57447),
(56314, 1, 0, 57485),
(56315, 0, 0, 57452),
(56315, 1, 0, 57484),
(56316, 0, 0, 57453),
(56316, 1, 0, 57483),
(56317, 0, 0, 57457),
(56317, 1, 0, 57482),
(56318, 0, 0, 57458),
(56318, 1, 0, 57475);
DELETE FROM spell_linked_spell where `spell_trigger` in (57447,57482,57453, 57457, 57458);