mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Commands] Cleanup #summon Command. (#2145)
* [Commands] Cleanup #summon Command. - Cleanup messages and logic. - Add glm::vec4 overload for GMMove. - Remove unused parameter from GMMove. - Remove unnecessary Lua GMMove now that parameter is gone. * Update summon.cpp * Cleanup.
This commit is contained in:
@@ -79,7 +79,6 @@ public:
|
||||
void RandomizeFeatures(bool send_illusion, bool save_variables);
|
||||
void GMMove(double x, double y, double z);
|
||||
void GMMove(double x, double y, double z, double heading);
|
||||
void GMMove(double x, double y, double z, double heading, bool send_update);
|
||||
void TryMoveAlong(float distance, float heading);
|
||||
void TryMoveAlong(float distance, float heading, bool send);
|
||||
bool HasProcs();
|
||||
|
||||
Reference in New Issue
Block a user