From 011a66a75e026ccb0d7ae6916596c5c2b59d3b7b Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:31:47 -0400 Subject: [PATCH] [Parser] Cleanup Spire Parsing for crosszonemoveplayerbyexpeditionid (#3671) # 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 262781cb9..980c8fde7 100644 --- a/zone/embparser_api.cpp +++ b/zone/embparser_api.cpp @@ -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{