aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2013-02-10 13:05:53 -0500
committerKinzcool <kinzzcool@hotmail.com>2013-02-10 13:05:53 -0500
commit1b4a6109764d74d6b440bcd796c2b375aa660096 (patch)
tree26e7ec511b11a30f54db55368996f56868c92b14
parent92573c4fb55bb80b7262afa59c35363a0794e936 (diff)
DB/Triggers: Added anti-exploration in Hellfire Ramparts
-rw-r--r--sql/updates/world/2013_02_10_00_world_areatrigger_teleport.sql3
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');