diff options
| author | QAston <none@none> | 2009-07-05 16:58:42 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-05 16:58:42 +0200 |
| commit | 67f8ec608c09b039f96dd321f83a18da31f453af (patch) | |
| tree | f2c8bf18ac6ee7995d4a865ba15c864ef1fc1eeb /sql/updates | |
| parent | a7f55ece5549e3d41cefc5daea7241a9bef13bfe (diff) | |
*Allow dest target spells to proc spellcast.
*Allow source target spells to be triggered during spellproc if no unit target avalible.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4367_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/4367_world_spell_proc_event.sql b/sql/updates/4367_world_spell_proc_event.sql new file mode 100644 index 00000000000..5eeacab4de3 --- /dev/null +++ b/sql/updates/4367_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (51483, 51485, 51486); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(51483, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000001, 0.000000, 0.000000, 0), +(51485, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000001, 0.000000, 0.000000, 0), +(51486, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000001, 0.000000, 0.000000, 0); |
