mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
WIP, porting old laurion changes to tob
This commit is contained in:
+4
-2
@@ -1223,8 +1223,10 @@ bool Client::Process() {
|
||||
}
|
||||
|
||||
if(connect.Check()){
|
||||
SendGuildList();// Send OPCode: OP_GuildsList
|
||||
SendApproveWorld();
|
||||
if (!(m_ClientVersionBit & EQ::versions::maskLaurionAndLater)) {
|
||||
SendGuildList();// Send OPCode: OP_GuildsList
|
||||
SendApproveWorld();
|
||||
}
|
||||
connect.Disable();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user