mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
add missing spell proc after switch 3.2.2a
--HG-- branch : trunk
This commit is contained in:
6
sql/updates/6597_world_spell_proc_event.sql
Normal file
6
sql/updates/6597_world_spell_proc_event.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user