diff options
-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; |