DB/GameTele: Added teleports for ZaralekCavern and Aberrus

This commit is contained in:
ModoX
2023-07-09 09:20:41 +02:00
parent a447485991
commit 1105b8b153
@@ -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');