diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-22 00:32:35 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-22 00:32:46 +0200 |
| commit | 95407b1b9d904488e25dff94c87fdce000192587 (patch) | |
| tree | 981b5e140bcf9f97721f837704ee1c294b23f57d /sql | |
| parent | 6c21bbaaa47ba0701790dbcbdc34c9794a9bd7d9 (diff) | |
Core/Spells: Update/Convert warrior "Glyph of Sunder Armor" for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_22_01_world_spell_script_misc_434.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_22_01_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_22_01_world_spell_script_misc_434.sql new file mode 100644 index 00000000000..0d768c8163c --- /dev/null +++ b/sql/updates/world/2013_07_22_01_world_spell_script_misc_434.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=58387; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(58387,'spell_warr_glyph_of_sunder_armor'); + +DELETE FROM `spell_proc_event` WHERE `entry`=58387; +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(58387, 0, 4, 16384, 64, 0, 16, 0, 0, 100, 0); |
