Correct target for spell Arcane Power.

--HG--
branch : trunk
This commit is contained in:
maanuel
2009-12-07 19:42:30 -03:00
parent e1451eac4a
commit eddfbf558a
2 changed files with 10 additions and 0 deletions

View File

@@ -525,6 +525,12 @@ INSERT INTO `spell_script_target` VALUES
(55083, 1, 29700),(55223, 1, 29686),
(59951, 1, 29686),(59952, 1, 29686);
-- Violet Hold
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);
-- --------
-- POSITION
-- --------

View File

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