mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
7 lines
365 B
SQL
7 lines
365 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` IN (12322,12999,13000,13001,13002);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(12322,0,0,0,0,0x0000000000000000,0x00000001,2),
|
|
(12999,0,0,0,0,0x0000000000000000,0x00000001,4),
|
|
(13000,0,0,0,0,0x0000000000000000,0x00000001,6),
|
|
(13001,0,0,0,0,0x0000000000000000,0x00000001,8),
|
|
(13002,0,0,0,0,0x0000000000000000,0x00000001,10);
|