[8451] Implement talent 47236 and ranks.
[getmangos.git] / sql / updates / 8060_01_mangos_spell_pet_auras.sql
blobf637bbf1ba5f95ee90a5375b1eec592b0c5e9ed5
1 ALTER TABLE db_version CHANGE COLUMN required_8053_01_mangos_command required_8060_01_mangos_spell_pet_auras bit;
3 ALTER TABLE spell_pet_auras ADD effectId TINYINT( 3 ) UNSIGNED NOT NULL AFTER spell;
5 ALTER TABLE spell_pet_auras DROP PRIMARY KEY, ADD PRIMARY KEY(spell,effectId,pet);
7 INSERT INTO spell_pet_auras VALUES
8 (56314, 0, 0, 57447),
9 (56314, 1, 0, 57485),
10 (56315, 0, 0, 57452),
11 (56315, 1, 0, 57484),
12 (56316, 0, 0, 57453),
13 (56316, 1, 0, 57483),
14 (56317, 0, 0, 57457),
15 (56317, 1, 0, 57482),
16 (56318, 0, 0, 57458),
17 (56318, 1, 0, 57475);