diff options
| author | QAston <none@none> | 2009-06-13 13:12:06 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-13 13:12:06 +0200 |
| commit | 2c1f85096864ae20be169eda22c25e34fdfa4ae1 (patch) | |
| tree | 12a606fd434690f1afcddd8780b0717e6ce31e89 /sql/updates | |
| parent | 7d386ffb3d05f2c83629b432bec46621cede2847 (diff) | |
*Fix Improved Succubus.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3952_world_spell_pet_auras.sql | 5 |
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); |
