diff options
| author | Destalker <none@none> | 2009-07-06 19:20:17 +0200 |
|---|---|---|
| committer | Destalker <none@none> | 2009-07-06 19:20:17 +0200 |
| commit | 8eb7f903ff7332157f36f12793a87201e787a1ab (patch) | |
| tree | 1102c9b20e4228578b448712b1cdb34600d43eb9 /sql/updates | |
| parent | 5e51b3d7cb15693ca3dedf370fa396d1bb08a611 (diff) | |
*Spell_proc_event entry for Shield of the Templar
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4377_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/4377_world_spell_proc_event.sql b/sql/updates/4377_world_spell_proc_event.sql new file mode 100644 index 00000000000..bc006708b82 --- /dev/null +++ b/sql/updates/4377_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (53709, 53710, 53711); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(53709, 2, 10, 16384, 0, 0, 0, 0, 0, 0, 0), +(53710, 2, 10, 16384, 0, 0, 0, 0, 0, 0, 0), +(53711, 2, 10, 16384, 0, 0, 0, 0, 0, 0, 0); |
