fix(Scripts/MC): Set exit teleport location to in front of Lothos Riftwalker (#11635)

* Set molten core exit teleport location to in front of Lothos Riftwalker

* fixed layout of SQL script to better conform to standards

Co-authored-by: ChrisCGalbraith <chriscgalbraith@gmai.com>
This commit is contained in:
Christopher Galbraith
2022-05-08 09:45:51 +01:00
committed by GitHub
parent 33f6486180
commit c38b6762f4

View File

@@ -0,0 +1,2 @@
--
UPDATE `areatrigger_teleport` SET `target_map` = 0, `target_position_x` = -7510.59, `target_position_y` = -1041.45, `target_position_z` = 180.911, `target_orientation` = 3.8666 WHERE ID = 2890;