diff options
| author | click <none@none> | 2010-09-05 17:42:42 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-09-05 17:42:42 +0200 |
| commit | 73d72c8af788bf4f7a6071ea096a4235c0fe594b (patch) | |
| tree | 0ba95cfa8bc80c7f9c1e515dd72dfe0e6fc19ea6 /sql/updates | |
| parent | 8823a91cdc2449f39e6f730267450c2c6c40dc4b (diff) | |
Core/Spells: Fix Hunting Party talent, patch by Ktistay
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9781_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/9781_world_spell_proc_event.sql b/sql/updates/9781_world_spell_proc_event.sql new file mode 100644 index 00000000000..474dc1e2314 --- /dev/null +++ b/sql/updates/9781_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM spell_proc_event WHERE entry IN (53290, 53291, 53292); +INSERT INTO spell_proc_event (entry, SchoolMask, SpellFamilyName, SpellFamilyMask0, SpellFamilyMask1, SpellFamilyMask2, procFlags, procEx, ppmRate, CustomChance, Cooldown) VALUES +(53290,0,9,0x800,0x1,0x200,0,0x0000002,0,0,0), +(53291,0,9,0x800,0x1,0x200,0,0x0000002,0,0,0), +(53292,0,9,0x800,0x1,0x200,0,0x0000002,0,0,0); |
