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-07-21 01:52:15 +0200
commit0d0de8bb7a5dc821a3bfbe92faa55e32d49d7e9c (patch)
treec5c75ecbf39fbc74b0980d14e19e881610f14a4f /sql
parent40b87aca8f81ce9511478c31c0fe7fb31f56ea3c (diff)
Core/Spells: Update/Convert hunter "Improved Mend Pet" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_21_00_world_spell_script_misc_434.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_21_00_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_21_00_world_spell_script_misc_434.sql
new file mode 100644
index 00000000000..1e0dfb24d50
--- /dev/null
+++ b/sql/updates/world/2013_07_21_00_world_spell_script_misc_434.sql
@@ -0,0 +1,13 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=-19572;
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(-19572,'spell_hun_improved_mend_pet');
+
+DELETE FROM `spell_ranks` WHERE `first_spell_id`=19572;
+INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
+(19572, 19572, 1),
+(19572, 19573, 2);
+
+DELETE FROM `spell_proc_event` WHERE `entry` IN (19572,19573);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(19572, 0, 9, 8388608, 0, 0, 0x4000, 0, 0, 100, 0),
+(19573, 0, 9, 8388608, 0, 0, 0x4000, 0, 0, 100, 0);