mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Triggers: Fixed access to Duskwither Spire
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `areatrigger_teleport` WHERE `id` IN (4233, 4267);
|
||||
INSERT INTO `areatrigger_teleport` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `name`) VALUES
|
||||
(4233, 530, 9331.49, -7812.27, 136.569, 5.23599, 'Eversong Woods - Duskwither UP Target'),
|
||||
(4267, 530, 9334.03, -7880.02, 74.9095, 2.35619, 'Eversong Woods - Duskwither DOWN Target');
|
||||
Reference in New Issue
Block a user