mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-07 06:13:52 +00:00
[Feature] Add Guild Chat to Console. (#2387)
Adds guild chat to console.
This commit is contained in:
parent
e65b61a95f
commit
6637e2c59f
@ -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 ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user