aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-04-25 09:02:09 -0400
committerKandera <KanderaDev@gmail.com>2012-04-25 09:02:09 -0400
commit5878a790db5d6a0a8acb8cdac656632bf53e3a10 (patch)
tree4d8f40333aa2daa339f38e845c858139fe6c3d65 /sql
parentbf0d001cd3bc5347fecd92d8fbec2a196d6dcda9 (diff)
Core/Spells: Fix prayer of mending bonus from t9 healing 2 piece set. Closes #4069
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_04_25_01_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_25_01_world_spell_script_names.sql b/sql/updates/world/2012_04_25_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..e42f1979229
--- /dev/null
+++ b/sql/updates/world/2012_04_25_01_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` = 33110;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(33110,'spell_pri_prayer_of_mending_heal'); \ No newline at end of file