fix(DB/BlackrockSpire): Add teleport trigger for crater (#16718)

This commit is contained in:
Dan Costinas
2023-07-26 14:45:13 +03:00
committed by GitHub
parent ce6b1ed18e
commit e6aeef2a12

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `areatrigger_teleport` WHERE `ID` = 2068;
INSERT INTO `areatrigger_teleport` (`ID`, `Name`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES (2068, 'Blackrock Spire - Jump Exit', 0, -7558.39, -1309.43, 248.454, 1.5708);