Files
TrinityCore/sql/updates/6452_world_spells.sql
T
maanuel eddfbf558a Correct target for spell Arcane Power.
--HG--
branch : trunk
2009-12-07 19:42:30 -03:00

5 lines
180 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);