[Parser] Cleanup Spire Parsing for crosszonemoveplayerbygroupid (#3673)

# Notes
- This formatting was causing Spire not to pick up the parameters.
This commit is contained in:
Alex King 2023-11-04 12:59:25 -04:00 committed by GitHub
parent 6929d180ca
commit 8dceb20dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3551,14 +3551,7 @@ void Perl__crosszonemoveplayerbygroupid(uint32 group_id, std::string zone_short_
);
}
void Perl__crosszonemoveplayerbygroupid(
uint32 group_id,
std::string zone_short_name,
float x,
float y,
float z,
float heading
)
void Perl__crosszonemoveplayerbygroupid(uint32 group_id, std::string zone_short_name, float x, float y, float z, float heading)
{
quest_manager.CrossZoneMove(
CZMove_Struct{