mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
8 lines
311 B
SQL
8 lines
311 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` IN ( 32385, 32387, 32392, 32393, 32394 );
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(32385,0,0,0,6,73014445058,16384,0),
|
|
(32387,0,0,0,6,73014445058,16384,0),
|
|
(32392,0,0,0,6,73014445058,16384,0),
|
|
(32393,0,0,0,6,73014445058,16384,0),
|
|
(32394,0,0,0,6,73014445058,16384,0);
|
|
|