*Fix Improved Succubus.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-06-13 13:12:06 +02:00
parent 7d386ffb3d
commit 2c1f850968
2 changed files with 9 additions and 1 deletions

View 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);

View File

@@ -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;