aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAlexander <spambot42@yandex.ru>2011-11-29 01:24:43 -0800
committerAlexander <spambot42@yandex.ru>2011-11-29 01:24:43 -0800
commit0cf2f572f5c66dbb45db7f657bf3056cd7e4d588 (patch)
tree3f0bd1fde6355a4f60b027a167ddd10c774fca33 /sql
parente9df08a7c242d3237d317720a160dcfe6a99cf89 (diff)
parent01a39f33a3aee43528efe7c793a155e17aa6a298 (diff)
Merge pull request #4114 from PKX/fix_vigilance
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_11_27_01_world_spell_script.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_27_01_world_spell_script.sql b/sql/updates/world/2011_11_27_01_world_spell_script.sql
new file mode 100644
index 00000000000..933566c5f99
--- /dev/null
+++ b/sql/updates/world/2011_11_27_01_world_spell_script.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_damage_reduction_aura' AND `spell_id`=50720;
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_vigilance';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(50720,'spell_warr_vigilance'); -- Vigilance \ No newline at end of file