Skip to content

Commit

Permalink
fix zone crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
regneq committed Dec 9, 2024
1 parent 8a8b8d2 commit f828def
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions zone/worldserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1767,13 +1767,6 @@ void WorldServer::HandleMessage(uint16 opcode, const EQ::Net::Packet& p)

break;
}
case ServerOP_UCSServerStatusReply:
{
auto ucsss = (UCSServerStatus_Struct*)pack->pBuffer;
zone->SetUCSServerAvailable((ucsss->available != 0), ucsss->timestamp);

break;
}
case ServerOP_CZSetEntityVariableByNPCTypeID: {
CZSetEntVarByNPCTypeID_Struct* CZM = (CZSetEntVarByNPCTypeID_Struct*)pack->pBuffer;
NPC* n = entity_list.GetNPCByNPCTypeID(CZM->npctype_id);
Expand Down

0 comments on commit f828def

Please sign in to comment.