aboutsummaryrefslogtreecommitdiff
path: root/sql/world_spell_full.sql
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-05-26 21:24:30 +0200
committerKudlaty <none@none>2009-05-26 21:24:30 +0200
commitbc9bf1d635f3631292f4ff4b13a513225252ece4 (patch)
tree90b81d23e7739fc015474df46506241ff5aa54f8 /sql/world_spell_full.sql
parent2c67de7004c25471eef5cbde11008db661795202 (diff)
Uptade spell script target with spells (54699,54725,54744,54746)
--HG-- branch : trunk
Diffstat (limited to 'sql/world_spell_full.sql')
-rw-r--r--sql/world_spell_full.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql
index efcc9a81949..de8f8341215 100644
--- a/sql/world_spell_full.sql
+++ b/sql/world_spell_full.sql
@@ -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
-- --------