mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04:00
6 lines
179 B
SQL
6 lines
179 B
SQL
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
|
|
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
|
(54160, 1, 29266),
|
|
(59474, 1, 29266);
|
|
|