Set bZoning to false in failure cases

This commit is contained in:
Michael Cook (mackal)
2018-01-17 21:37:06 -05:00
parent aa1114c387
commit 62dcc188d1
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -338,6 +338,7 @@ void WorldServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p)
if (ztz->response <= 0) {
zc2->success = ZONE_ERROR_NOTREADY;
entity->CastToMob()->SetZone(ztz->current_zone_id, ztz->current_instance_id);
entity->CastToClient()->SetZoning(false);
}
else {
entity->CastToClient()->UpdateWho(1);