mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
DB/Triggers: Added anti-exploration in Hellfire Ramparts
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `areatrigger_teleport` WHERE `id`=4304;
|
||||
INSERT INTO `areatrigger_teleport` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `name`) VALUES
|
||||
(4304, 530, -233.33, 3199.71, -50, 0.785398, 'Hellfire Ramparts - Omor Exit Target');
|
||||
Reference in New Issue
Block a user