aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-23 13:44:42 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-23 13:46:38 +0200
commit193d71f158d87a875d16020323483c7484198d7f (patch)
treebdd5e02141ce310d461450ece0c945cf78fe9189 /sql
parent62944c6d8da6b05b0106e633d5e3f53c6e3fa08e (diff)
Core/Spells: Fix hunter talent "Master Marksman" for 4.3.4
Closes #9968
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_23_01_world_spell_spell_misc_434.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_23_01_world_spell_spell_misc_434.sql b/sql/updates/world/2013_07_23_01_world_spell_spell_misc_434.sql
new file mode 100644
index 00000000000..d1776eb3edf
--- /dev/null
+++ b/sql/updates/world/2013_07_23_01_world_spell_spell_misc_434.sql
@@ -0,0 +1,11 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (34485,34486,34487,82926);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(34485, 0, 9, 0, 0x1, 0, 0, 0, 0, 0, 0),
+(34486, 0, 9, 0, 0x1, 0, 0, 0, 0, 0, 0),
+(34487, 0, 9, 0, 0x1, 0, 0, 0, 0, 0, 0),
+(82926, 0, 9, 0x20000, 0, 0, 0, 0, 0, 0, 0);
+
+DELETE FROM `spell_script_names` WHERE `spell_id`IN (82925,82926);
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(82925,'spell_hun_ready_set_aim'),
+(82926,'spell_hun_fire');