mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
*Fix Improved Succubus.
--HG-- branch : trunk
This commit is contained in:
5
sql/updates/3952_world_spell_pet_auras.sql
Normal file
5
sql/updates/3952_world_spell_pet_auras.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user