aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaddley <NaddleyTC@gmail.com>2025-08-16 23:51:14 +0200
committerNaddley <NaddleyTC@gmail.com>2025-08-16 23:51:14 +0200
commit6c0ec090c2db2a141695dc4eecfa2cc89cb5989a (patch)
tree60b0c7ed6a49fec7c88743723179f25f12d37dfb
parent571066ea9a33fbb7a3ab7e2e37f51ed484020d16 (diff)
DB/Tele: Added game tele for Karesh, Eco-Dome Al'dani and Manaforge Omega
-rw-r--r--sql/updates/world/master/2025_08_16_02_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_16_02_world.sql b/sql/updates/world/master/2025_08_16_02_world.sql
new file mode 100644
index 00000000000..31f3d3c8c18
--- /dev/null
+++ b/sql/updates/world/master/2025_08_16_02_world.sql
@@ -0,0 +1,8 @@
+SET @TELEID := 2305;
+
+-- Tele names
+DELETE FROM `game_tele` WHERE `id` BETWEEN @TELEID+0 AND @TELEID+2;
+INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES
+(@TELEID+0, 791.818, -1053.45, 999.725, 1.62946, 2830, 'EcoDomeAldaniDungeon'),
+(@TELEID+1, -703.93, -61.0299, 531.427, 0.386321, 2738, 'Karesh'),
+(@TELEID+2, 2362.92, 2745.66, -290.587, 3.14532, 2810, 'ManaforgeOmegaRaid');