aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaanuel <none@none>2009-12-07 19:42:30 -0300
committermaanuel <none@none>2009-12-07 19:42:30 -0300
commiteddfbf558ae2097e182a81282ab0adb0613048fa (patch)
tree70f6ee863759dc2694e199e5dd854cbbbe329a1a /sql/updates
parente1451eac4ad245c12139db633184f73bb52ff425 (diff)
Correct target for spell Arcane Power.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6452_world_spells.sql4
1 files changed, 4 insertions, 0 deletions
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);