mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
5 lines
242 B
SQL
5 lines
242 B
SQL
DELETE FROM `spell_script_target` WHERE `entry`=45364 AND `type`=1 AND `targetEntry`=25478;
|
|
DELETE FROM `spell_script_target` WHERE `entry`=45634;
|
|
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
|
(45634,1,25478);
|