--HG--
branch : trunk
This commit is contained in:
Paradox
2009-12-07 20:33:33 -05:00
parent eddfbf558a
commit 2cb6311f02
2 changed files with 5 additions and 4 deletions

View File

@@ -526,9 +526,9 @@ INSERT INTO `spell_script_target` VALUES
(59951, 1, 29686),(59952, 1, 29686);
-- Violet Hold
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(54160, 1, 29266),
(54160, 1, 29266),
(59474, 1, 29266);
-- --------

View File

@@ -1,4 +1,5 @@
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(54160, 1, 29266),
(54160, 1, 29266),
(59474, 1, 29266);