diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2021-10-05 11:01:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 11:01:10 +0200 |
commit | a566b84e6a8602a362528b0deac72b7ff5903c08 (patch) | |
tree | bbeb9524c7805e1980fdbebcef2dd21f6b71e221 | |
parent | 609a5633b7230684a1a7534465046b7f3cec21d6 (diff) |
New Player Experience - Exile's Reach teleport
closes #25927 by matanshukry
-rw-r--r-- | sql/updates/world/master/2021_10_05_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_05_02_world.sql b/sql/updates/world/master/2021_10_05_02_world.sql new file mode 100644 index 00000000000..a602d6bc3d0 --- /dev/null +++ b/sql/updates/world/master/2021_10_05_02_world.sql @@ -0,0 +1,4 @@ +-- New Player Experience - Exile's Reach +DELETE FROM `game_tele` WHERE `id`= 1689 AND `map`= 1757; +INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES +(1757, -484.445, -2618.382, 4.012, 6.155, 2175, 'ExilesReach'); |