*Fix a typo.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-11-18 18:09:47 -08:00
parent 53fa6322a8
commit c4bafdbf69

View File

@@ -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);
-- --------