diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6597_world_spell_proc_event.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/6597_world_spell_proc_event.sql b/sql/updates/6597_world_spell_proc_event.sql new file mode 100644 index 00000000000..03050a54651 --- /dev/null +++ b/sql/updates/6597_world_spell_proc_event.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (67353, 57989, 65661, 53601); +INSERT INTO `spell_proc_event` VALUES +(67353, 0x00, 7, 0x00008000, 0x00100500, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), +(57989, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0, 0, 0), +(65661, 0x00, 15,0x00400010, 0x20020004, 0x00000000, 0x00000010, 0x00000000, 0, 100, 0), +(53601, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A02A8, 0x00000000, 0, 0, 6);
\ No newline at end of file |
