aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-21 01:52:15 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-11 19:23:21 +0200
commit4c64e407b78334bace10b1aaaa8bc6ad44d4f908 (patch)
treec720e334ad1734ac8ea364839e95dfc5ce855e6f /sql
parenteefdceea71135c6b281d181233da04159e63b179 (diff)
Core/Spells: Convert hunter "Improved Mend Pet" in spell script
Closes #5597 Closes #9006 Closes #10346
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_08_11_02_world_spell_misc.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_11_02_world_spell_misc.sql b/sql/updates/world/2013_08_11_02_world_spell_misc.sql
new file mode 100644
index 00000000000..126ce114c9d
--- /dev/null
+++ b/sql/updates/world/2013_08_11_02_world_spell_misc.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=-19572;
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(-19572,'spell_hun_improved_mend_pet');
+
+UPDATE `spell_proc_event` SET `procFlags`=0x40000 WHERE `entry` = -19572;