Work in progress on some packets; consider and HP update look right but I'm still testing.

This commit is contained in:
KimLS
2024-11-26 22:52:45 -08:00
parent e74d4b6e67
commit f9918d47d7
4 changed files with 81 additions and 2 deletions
+5 -2
View File
@@ -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();
}