mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
6 lines
229 B
SQL
6 lines
229 B
SQL
DELETE FROM `spell_affect` WHERE `entry` IN (12303,12788,12789);
|
|
INSERT INTO `spell_affect` VALUES
|
|
(12303,1,0,0,0,0,0,0x0000100000000000,0),
|
|
(12788,1,0,0,0,0,0,0x0000100000000000,0),
|
|
(12789,1,0,0,0,0,0,0x0000100000000000,0);
|
|
|