mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
committed by
GitHub
parent
33f6486180
commit
c38b6762f4
@@ -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;
|
||||
Reference in New Issue
Block a user