mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +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);
|
||||
@@ -14454,7 +14454,10 @@ INSERT INTO `spell_pet_auras` VALUES
|
||||
(23822,17252,35703),
|
||||
(23823,17252,35704),
|
||||
(23824,17252,35705),
|
||||
(23825,17252,35706);
|
||||
(23825,17252,35706),
|
||||
(18754,65536,18754),
|
||||
(18755,65536,18755),
|
||||
(18756,65536,18756);
|
||||
/*!40000 ALTER TABLE `spell_pet_auras` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user