more work

This commit is contained in:
Aaron Kimbre
2023-11-16 13:26:35 -06:00
parent 449202e39f
commit 124e10e923
4 changed files with 36 additions and 33 deletions

View File

@@ -325,6 +325,7 @@ void HandlePacket(Packet* packet) {
case eChatMessageType::GUILD_GET_ALL:
LOG("GUILD_GET_ALL");
ChatPacketHandler::HandleGuildGetAll(packet);
break;
default: