Remove occurrences of _pkt

This commit is contained in:
Akkadius
2015-01-18 03:25:52 -06:00
parent b3bedef7af
commit 14bac9f8c0
8 changed files with 0 additions and 78 deletions
-1
View File
@@ -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;
}