DB/Triggers: Added anti-exploration in Hellfire Ramparts

This commit is contained in:
Kinzcool
2013-02-10 13:05:53 -05:00
parent 92573c4fb5
commit 1b4a610976

View File

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