diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-23 14:54:21 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-23 14:54:21 +0200 |
| commit | 97608aeff754ef94b73b868437d8f41ccace24be (patch) | |
| tree | b57041df391657e4964f2d9eb759e7b47fbd7741 /sql | |
| parent | 193d71f158d87a875d16020323483c7484198d7f (diff) | |
Core/Spells: Fix hunter talent "Kindred Spirits" for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_23_02_world_spell_pet_auras_434.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_23_02_world_spell_pet_auras_434.sql b/sql/updates/world/2013_07_23_02_world_spell_pet_auras_434.sql new file mode 100644 index 00000000000..d8786e9bc0e --- /dev/null +++ b/sql/updates/world/2013_07_23_02_world_spell_pet_auras_434.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_pet_auras WHERE `spell` IN (56314,56315); +INSERT INTO `spell_pet_auras` (`spell`, `effectId`, `pet`, `aura`) VALUES +(56314, 0, 0, 88680), +(56315 , 0, 0, 88680); |
