[Parser] Cleanup Spire Parsing for crosszonemoveplayerbycharid (#3674)

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

View File

@ -3506,14 +3506,7 @@ void Perl__crosszonemoveplayerbycharid(uint32 character_id, std::string zone_sho
);
}
void Perl__crosszonemoveplayerbycharid(
uint32 character_id,
std::string zone_short_name,
float x,
float y,
float z,
float heading
)
void Perl__crosszonemoveplayerbycharid(uint32 character_id, std::string zone_short_name, float x, float y, float z, float heading)
{
quest_manager.CrossZoneMove(
CZMove_Struct{