aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRat <none@none>2009-11-18 12:49:36 +0100
committerRat <none@none>2009-11-18 12:49:36 +0100
commit20a0a3b497d34c6d989e58f0dde5c02c3a2a2527 (patch)
tree79b85b291b1d4ab1f742392211387b16f2e23a20
parent4fc564d360f07fc9c26f37dddc5731bb4f6e9535 (diff)
*fix sql
--HG-- branch : trunk
-rw-r--r--sql/updates/6277_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/6277_world.sql b/sql/updates/6277_world.sql
index e89b87bdbd9..0a514233ba7 100644
--- a/sql/updates/6277_world.sql
+++ b/sql/updates/6277_world.sql
@@ -4,5 +4,5 @@ UPDATE `creature_template` SET `ScriptName`='npc_mageguard_dalaran' WHERE `entry
-- positions for Dalaran 'Trespasser!' spell
DELETE FROM `spell_target_position` WHERE `id` IN (54028,54029);
INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
-(54028, 571, 5758.79, 678.359, 642.726, 5.572);
+(54028, 571, 5758.79, 678.359, 642.726, 5.572),
(54029, 571, 5849.16, 602.093, 651.13, 2.364);