aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3952_world_spell_pet_auras.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/3952_world_spell_pet_auras.sql b/sql/updates/3952_world_spell_pet_auras.sql
new file mode 100644
index 00000000000..ec9083db0a4
--- /dev/null
+++ b/sql/updates/3952_world_spell_pet_auras.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_pet_auras` WHERE `spell` IN (18754, 18755, 18756);
+INSERT INTO `spell_pet_auras` VALUES
+(18754,65536,18754),
+(18755,65536,18755),
+(18756,65536,18756);