[Hotfix] Perl__send_parcel GCC compile error

This commit is contained in:
Akkadius 2024-05-04 21:01:44 -05:00
parent f07c5901f4
commit fa733eee50

View File

@ -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) {