mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 23:26:37 +01:00
Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.x
This commit is contained in:
@@ -146,7 +146,7 @@ class ByteBuffer
|
||||
{
|
||||
++_bitpos;
|
||||
if (_bitpos > 7)
|
||||
{
|
||||
{
|
||||
_bitpos = 0;
|
||||
_curbitval = read<uint8>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user