aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximius <none@none>2009-11-18 18:09:47 -0800
committermaximius <none@none>2009-11-18 18:09:47 -0800
commitc4bafdbf69b6ae8dc9224ad8ae29eb265a8144da (patch)
tree0aa64fb3d89e681f0f4a04fa9bc04e7bd922c123
parent53fa6322a80aa3354f1e796a1f124c02a50aeb93 (diff)
*Fix a typo.
--HG-- branch : trunk
-rw-r--r--sql/FULL/world_spell_full.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql
index 67ebd0749fc..74205676280 100644
--- a/sql/FULL/world_spell_full.sql
+++ b/sql/FULL/world_spell_full.sql
@@ -541,7 +541,7 @@ INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `t
-- 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);
-- --------