fix(DB/BlackrockSpire): Add teleport trigger for crater (#16718)
This commit is contained in:
parent
ce6b1ed18e
commit
e6aeef2a12
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue