diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2013-02-10 13:05:53 -0500 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2013-02-10 13:05:53 -0500 |
commit | 1b4a6109764d74d6b440bcd796c2b375aa660096 (patch) | |
tree | 26e7ec511b11a30f54db55368996f56868c92b14 | |
parent | 92573c4fb55bb80b7262afa59c35363a0794e936 (diff) |
DB/Triggers: Added anti-exploration in Hellfire Ramparts
-rw-r--r-- | sql/updates/world/2013_02_10_00_world_areatrigger_teleport.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_10_00_world_areatrigger_teleport.sql b/sql/updates/world/2013_02_10_00_world_areatrigger_teleport.sql new file mode 100644 index 00000000000..b5f5c856fe0 --- /dev/null +++ b/sql/updates/world/2013_02_10_00_world_areatrigger_teleport.sql @@ -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'); |