diff options
| author | QAston <none@none> | 2009-07-11 20:06:02 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-11 20:06:02 +0200 |
| commit | 84644b764412fcf36bd3014fc290b7de5f22f863 (patch) | |
| tree | 36c3aa239f7c02816aa29563502232a906c9fdc1 /sql/updates | |
| parent | bf5447b469fe957cb9ba27583d5d7f3b4df5f5b6 (diff) | |
*Some improvements in procflags:
-handle proc_flag_death
-allow trap selection in spell proc event entry for proc_flag_on_trap
*Add spell_proc_event entry for Lock and Load - by Bengan
*Add spell_proc_event entry for Improved Spell Reflection.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4428_world_spell_proc_event.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/4428_world_spell_proc_event.sql b/sql/updates/4428_world_spell_proc_event.sql new file mode 100644 index 00000000000..bedb7cabe28 --- /dev/null +++ b/sql/updates/4428_world_spell_proc_event.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (56342, 56343, 56344, 59725); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 59725, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000800, 0, 0, 0), -- Improved Spell Reflection +( 56342, 0x00, 9, 0x00000018, 0x08000000, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0), -- Lock and Load +( 56343, 0x00, 9, 0x00000018, 0x08000000, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0), -- Lock and Load +( 56344, 0x00, 9, 0x00000018, 0x08000000, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0); -- Lock and Load |
