Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.x

This commit is contained in:
Rat
2011-11-26 20:38:25 +01:00
85 changed files with 3431 additions and 2766 deletions

View File

@@ -146,7 +146,7 @@ class ByteBuffer
{
++_bitpos;
if (_bitpos > 7)
{
{
_bitpos = 0;
_curbitval = read<uint8>();
}