From fa733eee50846b9e242edc3050397e9be167e385 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 4 May 2024 21:01:44 -0500 Subject: [PATCH] [Hotfix] Perl__send_parcel GCC compile error --- zone/embparser_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/embparser_api.cpp b/zone/embparser_api.cpp index aa87232fd..6d4f4f1c3 100644 --- a/zone/embparser_api.cpp +++ b/zone/embparser_api.cpp @@ -5886,7 +5886,7 @@ bool Perl__send_parcel(perl::reference table_ref) return false; } - std::string name = table.exists("name") ? table["name"] : ""; + std::string name = table.exists("name") ? table["name"] : std::string(); uint32 character_id = table.exists("character_id") ? table["character_id"] : 0; if (character_id) {