[Parser] Cleanup Spire Parsing for crosszonemoveplayerbyexpeditionid (#3671)

# Notes
- This formatting was causing Spire not to pick up the parameters.
This commit is contained in:
Alex King 2023-11-04 12:31:47 -04:00 committed by GitHub
parent 07120563a2
commit 011a66a75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3679,14 +3679,7 @@ void Perl__crosszonemoveplayerbyexpeditionid(uint32 expedition_id, std::string z
);
}
void Perl__crosszonemoveplayerbyexpeditionid(
uint32 expedition_id,
std::string zone_short_name,
float x,
float y,
float z,
float heading
)
void Perl__crosszonemoveplayerbyexpeditionid(uint32 expedition_id, std::string zone_short_name, float x, float y, float z, float heading)
{
quest_manager.CrossZoneMove(
CZMove_Struct{