From eddfbf558ae2097e182a81282ab0adb0613048fa Mon Sep 17 00:00:00 2001 From: maanuel Date: Mon, 7 Dec 2009 19:42:30 -0300 Subject: Correct target for spell Arcane Power. --HG-- branch : trunk --- sql/updates/6452_world_spells.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/6452_world_spells.sql (limited to 'sql/updates') diff --git a/sql/updates/6452_world_spells.sql b/sql/updates/6452_world_spells.sql new file mode 100644 index 00000000000..55b1721f259 --- /dev/null +++ b/sql/updates/6452_world_spells.sql @@ -0,0 +1,4 @@ +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); -- cgit v1.2.3