diff options
| author | QAston <none@none> | 2009-08-05 02:36:26 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-08-05 02:36:26 +0200 |
| commit | 50ce9f8cfa6321be87ee797834bd9300c2cbd32d (patch) | |
| tree | 0aeda0a0f699ed361f027eab1b4b43f1fe2f7e92 /sql/updates/4756_world.sql | |
| parent | 172a6f127979af0744c2ba905065e7189ad92a7d (diff) | |
*Correct implementation and use of dbc data for aura SPELL_AURA_CONVERT_RUNE(249)
*Fix Blood of the North, Reaping - original patch by thenecromancer
*Fix Death Rune Mastery.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/4756_world.sql')
| -rw-r--r-- | sql/updates/4756_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/4756_world.sql b/sql/updates/4756_world.sql new file mode 100644 index 00000000000..55c0e6da5d9 --- /dev/null +++ b/sql/updates/4756_world.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN(54639, 54638, 54637, 61433, 61434, 49467, 50033, 50034); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 54639, 0x00, 15, 0x00400000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Blood of the north +( 54638, 0x00, 15, 0x00400000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Blood of the north +( 54637, 0x00, 15, 0x00400000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Blood of the north +( 61433, 0x00, 15, 0x00400000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Blood of the north +( 61434, 0x00, 15, 0x00400000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Blood of the north +( 49467, 0x00, 15, 0x00000010, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Death Rune Mastery +( 50033, 0x00, 15, 0x00000010, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Death Rune Mastery +( 50034, 0x00, 15, 0x00000010, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Death Rune Mastery
\ No newline at end of file |
