mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-23 06:32:28 +00:00
normalize includes: common
This commit is contained in:
parent
6fd4a7d620
commit
260042a429
@ -2714,7 +2714,7 @@ namespace UF
|
|||||||
|
|
||||||
buf.WriteString(new_message);
|
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);
|
dest->FastQueuePacket(&outapp, ack_req);
|
||||||
delete in;
|
delete in;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user