Add missing break for OP_AppCombined switch statement

This commit is contained in:
peterigz 2020-04-17 18:27:45 +01:00
parent 16cfad1966
commit 21ed02ca52

View File

@ -605,6 +605,8 @@ void EQ::Net::DaybreakConnection::ProcessDecodedPacket(const Packet &p)
ProcessDecodedPacket(StaticPacket(current, subpacket_length)); ProcessDecodedPacket(StaticPacket(current, subpacket_length));
current += subpacket_length; current += subpacket_length;
} }
break;
} }
case OP_SessionRequest: case OP_SessionRequest: