From a0a2da03dd6bb4b610c651c9d2debaf604bbd312 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 9 Sep 2020 03:25:50 +0300 Subject: DB/Areatrigger: Add correct teleport position to one areatrigger & update VerifiedBuild --- sql/updates/world/3.3.5/2020_09_09_07_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_09_07_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_09_09_07_world_335.sql b/sql/updates/world/3.3.5/2020_09_09_07_world_335.sql new file mode 100644 index 00000000000..f06593bfe14 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_09_07_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `areatrigger_teleport` SET `VerifiedBuild` = 12340 WHERE `ID` IN (5209,5258,5505); +UPDATE `areatrigger_teleport` SET /*Naxxramas (entrance1)*/ `target_position_x`=3005.67, `target_position_y`=-3454.14, `target_position_z`=297.125, `target_orientation`=4.7123895, `VerifiedBuild`=12340 WHERE `ID`=5191; -- cgit v1.2.3