aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-21 15:28:03 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-21 15:28:14 +0200
commite5cba4b07151ecf7d51fa33d2dd7574c7e14035c (patch)
treeb46fdc027d57c970027ad6dc8795cb8c45d7953f /sql
parentfaa3dc9608a5d630e7c732de30dd8bc6b0eba124 (diff)
Core/Spells: Convert/Update druid "Glyph of Innervate" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_21_04_world_spell_script_misc_434.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_21_04_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_21_04_world_spell_script_misc_434.sql
new file mode 100644
index 00000000000..375d0bcaa1b
--- /dev/null
+++ b/sql/updates/world/2013_07_21_04_world_spell_script_misc_434.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=54832;
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(54832,'spell_dru_glyph_of_innervate');
+
+DELETE FROM `spell_proc_event` WHERE `entry`=54832;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(54832, 0, 7, 0, 4096, 0, 16384, 0, 0, 100, 0);