diff options
| author | Nevan <none@none> | 2009-08-17 03:28:52 +0200 |
|---|---|---|
| committer | Nevan <none@none> | 2009-08-17 03:28:52 +0200 |
| commit | 19ebe75d4102bb27a39edf196b1245635839c239 (patch) | |
| tree | a013760684149d4d4d26972ba7d0fecbb3c7d381 /sql/updates | |
| parent | 05f2f1911a1e4647c91c357aa42489997fd5154c (diff) | |
*Fix Frozen Power Talent
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5126_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/5126_world_spell_proc_event.sql b/sql/updates/5126_world_spell_proc_event.sql new file mode 100644 index 00000000000..68d5628edab --- /dev/null +++ b/sql/updates/5126_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry`IN(63373); +INSERT INTO `spell_proc_event` (`entry`,`SpellFamilyName`,`SpellFamilyMask0`,`procFlags`) VALUES +(63373,11,0x80000000,0x00010000), -- Frozen Power (Rank 1) +(63374,11,0x80000000,0x00010000); -- Freeze Power (Rank 2) |
