[Feature] Add Guild Chat to Console. (#2387)

Adds guild chat to console.
This commit is contained in:
Kinglykrab 2022-08-21 20:55:26 -04:00 committed by GitHub
parent e65b61a95f
commit 6637e2c59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,6 +526,7 @@ void ZoneServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p) {
}
} else {
if (
scm->chan_num == ChatChannel_Guild ||
scm->chan_num == ChatChannel_Auction ||
scm->chan_num == ChatChannel_OOC ||
scm->chan_num == ChatChannel_Broadcast ||