[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:
Alex King
2023-02-19 20:39:24 -05:00
committed by GitHub
parent 51f6108aab
commit 7bc00cb466
+1
View File
@@ -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: