mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Merge pull request #1041 from peterigz/master
Add missing break for OP_AppCombined switch statement
This commit is contained in:
commit
d6af1b566f
@ -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