mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Add missing break for OP_AppCombined switch statement
This commit is contained in:
parent
16cfad1966
commit
21ed02ca52
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user