mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
Fix npc message mode
This commit is contained in:
parent
90deb067a6
commit
408b3c5125
@ -1471,7 +1471,6 @@ void ProtocolGame::parseTalk(const InputMessagePtr& msg)
|
||||
case Otc::MessageMonsterSay:
|
||||
case Otc::MessageMonsterYell:
|
||||
case Otc::MessageNpcTo:
|
||||
case Otc::MessageNpcFrom:
|
||||
case Otc::MessageBarkLow:
|
||||
case Otc::MessageBarkLoud:
|
||||
case Otc::MessageSpell:
|
||||
@ -1484,6 +1483,7 @@ void ProtocolGame::parseTalk(const InputMessagePtr& msg)
|
||||
case Otc::MessageGamemasterChannel:
|
||||
channelId = msg->getU16();
|
||||
break;
|
||||
case Otc::MessageNpcFrom:
|
||||
case Otc::MessagePrivateFrom:
|
||||
case Otc::MessageGamemasterBroadcast:
|
||||
case Otc::MessageGamemasterPrivateFrom:
|
||||
|
Loading…
x
Reference in New Issue
Block a user