diff options
-rw-r--r-- | sql/base/world_database.sql | 7 | ||||
-rw-r--r-- | sql/updates/world/2011_05_11_14_world_spell_pet_auras.sql | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 1a2fce0c25e..c434a875eba 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18321,6 +18321,9 @@ INSERT INTO `spell_pet_auras` VALUES (19028,0,0,25228), (19578,0,0,19579), (20895,0,0,24529), (28757,0,0,28758), +(34455,0,0,75593), +(34459,0,0,75446), +(34460,0,0,75447), (35029,0,0,35060), (35030,0,0,35061), (35691,0,0,35696), @@ -18525,7 +18528,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 16620, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 30), -- Proc Self Invulnerability ( 16624, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Thorium Shield Spike ( 16850, 0x00, 7, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Celestial Focus (Rank 1) -( 16864, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 2, 0, 0), -- Omen of Clarity +( 16864, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 2, 0, 0), -- Omen of Clarity ( 16923, 0x00, 7, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Celestial Focus (Rank 2) ( 16924, 0x00, 7, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Celestial Focus (Rank 3) ( 16952, 0x00, 7, 0x00039000, 0x00000400, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Blood Frenzy (Rank 1) @@ -25814,7 +25817,7 @@ INSERT INTO spell_ranks (`first_spell_id`, `spell_id`, `rank`) VALUES -- Safeguard (46946, 46946, 1), (46946, 46947, 2), - -- Seed of Corruption Proc + -- Seed of Corruption (27285, 27285, 1), (27285, 47833, 2), (27285, 47834, 3), diff --git a/sql/updates/world/2011_05_11_14_world_spell_pet_auras.sql b/sql/updates/world/2011_05_11_14_world_spell_pet_auras.sql new file mode 100644 index 00000000000..c327e3cb485 --- /dev/null +++ b/sql/updates/world/2011_05_11_14_world_spell_pet_auras.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_pet_auras` WHERE `spell` IN (34455,34459,34460); +INSERT INTO `spell_pet_auras` VALUES +(34455,0,0,75593), +(34459,0,0,75446), +(34460,0,0,75447); |