aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-28 19:07:58 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-28 19:07:58 +0200
commiteef0d67bb7f06ec063455fcfb4ae336b6aa8391d (patch)
treef3fdad0d0621d8100ac0f75160e168c6c232522b /sql
parent0710f480b7e26f235d65ce6ab4c547788cd70ac9 (diff)
Core/Spells: Cleanup for paladin 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_28_05_world_spell_script_names_434.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_28_05_world_spell_script_names_434.sql b/sql/updates/world/2013_07_28_05_world_spell_script_names_434.sql
new file mode 100644
index 00000000000..760e453f398
--- /dev/null
+++ b/sql/updates/world/2013_07_28_05_world_spell_script_names_434.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (31821,64364,63510,63514,63531);
+INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES
+(31821, 'spell_pal_aura_mastery'),
+(64364, 'spell_pal_aura_mastery_immune'),
+(63510, 'spell_pal_improved_concentraction_aura_effect'),
+(63514, 'spell_pal_improved_devotion_aura_effect'),
+(63531, 'spell_pal_sanctified_retribution_effect');