aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorFaq <ainarsh@gmail.com>2012-08-20 10:59:07 +0200
committerShauren <shauren.trinity@gmail.com>2012-08-20 10:59:35 +0200
commit28c0874873a3b6ec32a644d0c458520c2e5e7633 (patch)
treea7c37bf64fee8c2b46a60177e11af614e9097fc7 /sql
parent3a25fdeadec8449b6627854630ac16c8840fb3f6 (diff)
Core/Spells: Fixed Libram of Wracking. thnx Vincent-Michael
Closes #7094
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_08_20_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_20_00_world_spell_script_names.sql b/sql/updates/world/2012_08_20_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..d0aa185ea3a
--- /dev/null
+++ b/sql/updates/world/2012_08_20_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE (`spell_id`='33695');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(33695, 'spell_pal_exorcism_and_holy_wrath_damage');