mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Correct target for spell Arcane Power.
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
-- --------
|
||||
|
||||
4
sql/updates/6452_world_spells.sql
Normal file
4
sql/updates/6452_world_spells.sql
Normal 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);
|
||||
Reference in New Issue
Block a user