mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-17 01:22:25 +00:00
[Bug Fix] Fix OOCMute not functioning (#2970)
# Notes - #oocmute was not functioning as the packet wasn't being handled by the server.
This commit is contained in:
parent
51f6108aab
commit
7bc00cb466
@ -1332,6 +1332,7 @@ void ZoneServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p) {
|
||||
case ServerOP_ItemStatus:
|
||||
case ServerOP_KickPlayer:
|
||||
case ServerOP_KillPlayer:
|
||||
case ServerOP_OOCMute:
|
||||
case ServerOP_OOZGroupMessage:
|
||||
case ServerOP_Petition:
|
||||
case ServerOP_RaidGroupSay:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user