Repaired bug with guild chat
This commit is contained in:
parent
6a25f30441
commit
c70bdc6b70
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ void NatsManager::GetChannelMessage(eqproto::ChannelMessage* message, const char
|
|||
|
||||
|
||||
int channel = message->number();
|
||||
if (channel < 1) {
|
||||
if (channel < 1 && message->guilddbid() < 1) {
|
||||
channel = MT_OOC; //default to ooc
|
||||
message->set_number(eqproto::OOC);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue