diff options
| author | win32 <none@none> | 2009-12-18 12:40:55 +0200 |
|---|---|---|
| committer | win32 <none@none> | 2009-12-18 12:40:55 +0200 |
| commit | bdc53afe98931ae034c7cd72380a3eef9f2edbaa (patch) | |
| tree | 3aa2f8d665fb93b91a92df9de4092be9b788dbf9 /sql/updates | |
| parent | 3d142e144879e4bb6ea69b4eca81668df5f86768 (diff) | |
add missing spell proc after switch 3.2.2a
--HG--
branch : trunk
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 |
