mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 10:26:37 +00:00
moveto converted to xyz_heading
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ public:
|
||||
void start(int wp);
|
||||
void stop();
|
||||
void pause(int duration);
|
||||
void moveto(float x, float y, float z, float h, bool saveguardspot);
|
||||
void moveto(const xyz_heading& position, bool saveguardspot);
|
||||
void resume();
|
||||
void addldonpoints(int32 points, uint32 theme);
|
||||
void addldonwin(int32 wins, uint32 theme);
|
||||
|
||||
Reference in New Issue
Block a user