aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 17:37:06 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 17:37:06 +0200
commit7e0b8d69d644bfe44c9e2673d774bfd21db8f83e (patch)
treee34203e4319de12dad39534027a8933e57623642 /sql
parent2aef91d045f0c7f1cee88649bc4b951702dfcb16 (diff)
Core/Spells: Update/Convert mage "Glyph of Ice Block" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_20_03_world_spell_script_misc_434.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_20_03_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_20_03_world_spell_script_misc_434.sql
new file mode 100644
index 00000000000..9da7a7536cc
--- /dev/null
+++ b/sql/updates/world/2013_07_20_03_world_spell_script_misc_434.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=56372;
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(56372,'spell_mage_glyph_of_ice_block');
+
+DELETE FROM `spell_proc_event` WHERE `entry`=56372;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(56372, 0, 3, 0, 0x80, 0x8, 0x4000, 0, 0, 100, 0);