diff options
author | offl <offl@users.noreply.github.com> | 2020-09-09 03:25:50 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-09-09 03:25:50 +0300 |
commit | a0a2da03dd6bb4b610c651c9d2debaf604bbd312 (patch) | |
tree | 7abf5d6f2ab1cc7076f481ceb9179eb638cbcb72 | |
parent | 7e1ff21cf81877171063403eac6e6eabd9e3e714 (diff) |
DB/Areatrigger: Add correct teleport position to one areatrigger & update VerifiedBuild
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_09_07_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |