mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Remove occurrences of _pkt
This commit is contained in:
@@ -684,7 +684,6 @@ void WorldServer::Process() {
|
||||
sizeof(Resurrect_Struct));
|
||||
memcpy(outapp->pBuffer, &srs->rez, sizeof(Resurrect_Struct));
|
||||
client->QueuePacket(outapp);
|
||||
_pkt(SPELLS__REZ, outapp);
|
||||
safe_delete(outapp);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user