aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-07-07 21:50:18 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-07-07 21:50:18 +0200
commitba2563da5a7451274de40357b1476d847fe8e69f (patch)
tree0f8d71da9faf39254c526f80819c7aeaa0a8cb0f /sql
parent60bcd6c98cb403e357631c0a666ee8eea753c3e5 (diff)
Core/Spells: Convert "Shaman T10 Elemental 2P Bonus" in spell script
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_07_07_03_world_spell_misc.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_07_03_world_spell_misc.sql b/sql/updates/world/2014_07_07_03_world_spell_misc.sql
new file mode 100644
index 00000000000..8e200267797
--- /dev/null
+++ b/sql/updates/world/2014_07_07_03_world_spell_misc.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=70811;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(70811,'spell_sha_item_t10_elemental_2p_bonus');
+
+DELETE FROM `spell_proc_event` WHERE `entry`=70811;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(70811, 0, 11, 3, 0, 0, 0, 0, 0, 0, 0);