aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <none@none>2010-09-08 14:57:44 +0300
committerShocker <none@none>2010-09-08 14:57:44 +0300
commit047b244f2fdd0613324c7f543511e7c8ffc8f0b3 (patch)
tree483bd8acea397c279c6b4b6de2dc13c38249bac8 /sql/updates
parent93ccf461e6659432b0ad7abbcdb39c9923d8d23d (diff)
Core/Spells: Fix Permanent Feign Death spells to be used in creature_addon auras
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9835_world_spell_script_names.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/9835_world_spell_script_names.sql b/sql/updates/9835_world_spell_script_names.sql
new file mode 100644
index 00000000000..cce026188f1
--- /dev/null
+++ b/sql/updates/9835_world_spell_script_names.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN(29266,57685,58951,70592,70628,74490) AND `ScriptName`='spell_creature_permanent_feign_death';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(29266, 'spell_creature_permanent_feign_death'),
+(57685, 'spell_creature_permanent_feign_death'),
+(58951, 'spell_creature_permanent_feign_death'),
+(70592, 'spell_creature_permanent_feign_death'),
+(70628, 'spell_creature_permanent_feign_death'),
+(74490, 'spell_creature_permanent_feign_death');