mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 08:42:25 +00:00
Bug Fix for WorldServer::HandleMessage, CZUpdateType_NPC (#2074)
This commit is contained in:
parent
ee54a7eb5f
commit
0d734a0837
@ -2587,7 +2587,7 @@ void WorldServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p)
|
||||
if (client) {
|
||||
client->Signal(signal);
|
||||
}
|
||||
} else if (update_type = CZUpdateType_NPC) {
|
||||
} else if (update_type == CZUpdateType_NPC) {
|
||||
auto npc = entity_list.GetNPCByNPCTypeID(update_identifier);
|
||||
if (npc) {
|
||||
npc->SignalNPC(signal);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user