diff options
| -rw-r--r-- | sql/updates/world/master/2023_07_09_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_09_00_world.sql b/sql/updates/world/master/2023_07_09_00_world.sql new file mode 100644 index 00000000000..3214981a6f4 --- /dev/null +++ b/sql/updates/world/master/2023_07_09_00_world.sql @@ -0,0 +1,6 @@ +SET @TELEID := 1964; + +DELETE FROM `game_tele` WHERE `id` BETWEEN @TELEID+0 AND @TELEID+1; +INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES +(@TELEID+0, 2212.78, 2481.39, 711.777, 0.019635128, 2569, 'AberrusRaid'), +(@TELEID+1, 100.62, 2523.3, -113.503, 6.09232, 2454, 'ZaralekCavern'); |
