DB/Trigger: Fixed instance exit of the Culling of Stratholme

This commit is contained in:
Kinzcool
2013-02-23 18:40:50 -05:00
parent b1d43f837a
commit 5f16aad092

View File

@@ -0,0 +1,3 @@
DELETE FROM `areatrigger_teleport` WHERE `id`=5148;
INSERT INTO `areatrigger_teleport` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `name`) VALUES
(5148, 1, -8756.6, -4457.02, -200.481, 1.39626, 'CoT Stratholme - Exit Target');