diff options
| author | QAston <none@none> | 2009-08-14 13:26:38 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-08-14 13:26:38 +0200 |
| commit | a797b2fe6f2c0723d28eec2790314300409b5092 (patch) | |
| tree | ece697668cdfc3e7d56be8a646ef9feaf9d7920e /sql/updates | |
| parent | b88faec7b49adf9752f89045d6f2f22dd8521956 (diff) | |
*Correct procflags for Darkmoon Card: Death - by Joro.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5006_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5006_world.sql b/sql/updates/5006_world.sql new file mode 100644 index 00000000000..08ddd88c66b --- /dev/null +++ b/sql/updates/5006_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (57352); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(57352, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00051154, 0x00000000, 0, 0, 45); -- Darkmoon Card: Death
\ No newline at end of file |
