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:
parent
33f6486180
commit
c38b6762f4
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue