mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
4 lines
193 B
SQL
4 lines
193 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` IN (31124, 31126);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(31124, 0, 8, 16777222, 0, 0, 0, 0, 0, 0, 0),
|
|
(31126, 0, 8, 16777222, 0, 0, 0, 0, 0, 0, 0); |