Uptade spell script target with spells (54699,54725,54744,54746)

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-05-26 21:24:30 +02:00
parent 2c67de7004
commit bc9bf1d635
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- Teleports in dk starting area
DELETE FROM `spell_script_target` WHERE entry IN
(54699,54725,54744,54746);
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(54699,1,0),
(54725,1,0),
(54744,1,0),
(54746,1,0);

View File

@@ -498,6 +498,15 @@ DELETE FROM `spell_script_target` WHERE entry IN
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(58672, 1, 31125); -- Impale (Archavon)
-- Teleports in dk starting area
DELETE FROM `spell_script_target` WHERE entry IN
(54699,54725,54744,54746);
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(54699,1,0),
(54725,1,0),
(54744,1,0),
(54746,1,0);
-- --------
-- POSITION
-- --------