mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Uptade spell script target with spells (54699,54725,54744,54746)
--HG-- branch : trunk
This commit is contained in:
8
sql/updates/3576_world_spell_script_target.sql
Normal file
8
sql/updates/3576_world_spell_script_target.sql
Normal 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);
|
||||
@@ -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
|
||||
-- --------
|
||||
|
||||
Reference in New Issue
Block a user