mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 23:58:25 +00:00
moveto converted to xyz_heading
This commit is contained in:
@@ -1392,7 +1392,7 @@ XS(XS__moveto)
|
||||
else
|
||||
saveguard = false;
|
||||
|
||||
quest_manager.moveto(x, y, z, h, saveguard);
|
||||
quest_manager.moveto(xyz_heading(x, y, z, h), saveguard);
|
||||
|
||||
XSRETURN_EMPTY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user