mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-18 13:59:39 -04:00
2cb6311f02
--HG-- branch : trunk
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);
|
|
|