diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 988a6d5f5..74399274a 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -11832,7 +11832,7 @@ void Client::Handle_OP_SetServerFilter(const EQApplicationPacket *app) void Client::Handle_OP_SetStartCity(const EQApplicationPacket *app) { // if the character has a start city, don't let them use the command - if (m_pp.binds[4].zoneId != 0) { + if (m_pp.binds[4].zoneId != 0 && m_pp.binds[4].zoneId != 189) { Message(15, "Your home city has already been set.", m_pp.binds[4].zoneId, database.GetZoneName(m_pp.binds[4].zoneId)); return; }