From ed7f395612da1b10b8fabe677f06e3e59d3bfd6b Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:13:17 -0400 Subject: [PATCH] [Parser] Cleanup Spire Parsing for crosszonemoveplayerbycharid (#3674) # Notes - This formatting was causing Spire not to pick up the parameters. --- zone/embparser_api.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/zone/embparser_api.cpp b/zone/embparser_api.cpp index 5e8dd93ce..06476d532 100644 --- a/zone/embparser_api.cpp +++ b/zone/embparser_api.cpp @@ -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{