mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
5 lines
258 B
SQL
5 lines
258 B
SQL
DELETE FROM spell_proc_event WHERE entry IN (13983, 14070, 14071);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(13983,0,0,0,0,0x0000000000000000,0x01000010,0,0),
|
|
(14070,0,0,0,0,0x0000000000000000,0x01000010,0,0),
|
|
(14071,0,0,0,0,0x0000000000000000,0x01000010,0,0);
|