mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
Work in progress on some packets; consider and HP update look right but I'm still testing.
This commit is contained in:
+5
-2
@@ -1209,8 +1209,11 @@ 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