mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
7 lines
321 B
SQL
7 lines
321 B
SQL
DELETE FROM `spell_affect` WHERE `entry` IN (16179,16214,16215,16216,16217);
|
|
INSERT INTO `spell_affect` VALUES
|
|
(16179,0,0,0,0,0,0,0x00000000000000C0,0),
|
|
(16214,0,0,0,0,0,0,0x00000000000000C0,0),
|
|
(16215,0,0,0,0,0,0,0x00000000000000C0,0),
|
|
(16216,0,0,0,0,0,0,0x00000000000000C0,0),
|
|
(16217,0,0,0,0,0,0,0x00000000000000C0,0);
|