aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-13 13:12:06 +0200
committerQAston <none@none>2009-06-13 13:12:06 +0200
commit2c1f85096864ae20be169eda22c25e34fdfa4ae1 (patch)
tree12a606fd434690f1afcddd8780b0717e6ce31e89
parent7d386ffb3d05f2c83629b432bec46621cede2847 (diff)
*Fix Improved Succubus.
--HG-- branch : trunk
-rw-r--r--sql/updates/3952_world_spell_pet_auras.sql5
-rw-r--r--sql/world.sql5
2 files changed, 9 insertions, 1 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);
diff --git a/sql/world.sql b/sql/world.sql
index fa4c3a3ae76..3b9fae5369d 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -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;