Merge fix

This commit is contained in:
KimLS
2017-03-14 21:18:35 -07:00
11 changed files with 148 additions and 49 deletions
+6
View File
@@ -1017,6 +1017,12 @@ bool Client::HandlePacket(const EQApplicationPacket *app) {
eqs->Close();
return true;
}
case OP_WorldLogout:
{
eqs->Close();
cle->SetOnline(CLE_Status_Offline); //allows this player to log in again without an ip restriction.
return false;
}
case OP_ZoneChange:
{
// HoT sends this to world while zoning and wants it echoed back.