diff options
| author | maximius <none@none> | 2009-09-16 12:33:21 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-16 12:33:21 -0700 |
| commit | 2c4c296599aee3de392c2f21b7aa9286af7355c1 (patch) | |
| tree | 0fd9879979e4d804512c034ed2204efc4c695657 /sql/updates/5677_world.sql | |
| parent | b07aba2513f0616aa7bee6a05c7cfa62b71aa0ee (diff) | |
*Correctly update world_spell_full.sql with missed update from 5006_world.sql
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/5677_world.sql')
| -rw-r--r-- | sql/updates/5677_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5677_world.sql b/sql/updates/5677_world.sql new file mode 100644 index 00000000000..e33ed3c7555 --- /dev/null +++ b/sql/updates/5677_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 |
