mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
[Parser] Cleanup Spire Parsing for crosszonemoveplayerbycharid (#3674)
# Notes - This formatting was causing Spire not to pick up the parameters.
This commit is contained in:
parent
8dceb20dd8
commit
ed7f395612
@ -3506,14 +3506,7 @@ void Perl__crosszonemoveplayerbycharid(uint32 character_id, std::string zone_sho
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Perl__crosszonemoveplayerbycharid(
|
void Perl__crosszonemoveplayerbycharid(uint32 character_id, std::string zone_short_name, float x, float y, float z, float heading)
|
||||||
uint32 character_id,
|
|
||||||
std::string zone_short_name,
|
|
||||||
float x,
|
|
||||||
float y,
|
|
||||||
float z,
|
|
||||||
float heading
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
quest_manager.CrossZoneMove(
|
quest_manager.CrossZoneMove(
|
||||||
CZMove_Struct{
|
CZMove_Struct{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user