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
@@ -3865,7 +3865,6 @@ void Corpse::CastRezz(uint16 spellid, Mob* Caster)
rezz->unknown088 = 0x00000000;
// We send this to world, because it needs to go to the player who may not be in this zone.
worldserver.RezzPlayer(outapp, rez_experience, corpse_db_id, OP_RezzRequest);
_pkt(SPELLS__REZ, outapp);
safe_delete(outapp);
}