diff options
| author | QAston <none@none> | 2009-07-08 22:26:46 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-08 22:26:46 +0200 |
| commit | f829ee0dc0e669a9d7ca20710dc2a9fcba48f80f (patch) | |
| tree | 24bd6441a00b8b1e00863ca0e238071e0f7f6285 /sql | |
| parent | 60e8de1d2ef8d92e43fb9139b82b6ec5e60936dd (diff) | |
*Correct target requirement for eyes of the beast and add some crash preventing checks to charm code.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/4401_world_spell_proc_event.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/4401_world_spell_proc_event.sql b/sql/updates/4401_world_spell_proc_event.sql index 834c39d0c82..c2f993e6eb2 100644 --- a/sql/updates/4401_world_spell_proc_event.sql +++ b/sql/updates/4401_world_spell_proc_event.sql @@ -1,4 +1,4 @@ -DELETE FROM `spell_proc_event` WHERE `entry` IN (49223, 49599); +DELETE FROM `spell_proc_event` WHERE `entry` IN (49223, 49599,49188 , 56822, 59057, 55666, 55667, 55668, 55669, 55670, 58616); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES ( 49223, 0x00, 15, 0x00000011, 0x08020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Dirge ( 49599, 0x00, 15, 0x00000011, 0x08020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Dirge |
