normalize includes: common

This commit is contained in:
brainiac 2025-12-17 17:58:37 -08:00
parent 376a8b414b
commit 9723bac449

View File

@ -2714,7 +2714,7 @@ namespace UF
buf.WriteString(new_message);
auto outapp = new EQApplicationPacket(OP_SpecialMesg, std::move(buf));
auto outapp = new EQApplicationPacket(OP_SpecialMesg, buf);
dest->FastQueuePacket(&outapp, ack_req);
delete in;