mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Trigger: Fixed instance exit of the Culling of Stratholme
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user