Files
TrinityCore2/sql/updates/6452_world_spells.sql
Paradox 2cb6311f02 Fix CRLF
--HG--
branch : trunk
2009-12-07 20:33:33 -05:00

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);