Fixed world login, Can now fully log into 7.3.2 (Must use Arctium WoW Client Launcher)

This commit is contained in:
hondacrx
2017-11-22 13:15:44 -05:00
parent 65fbebb12f
commit 4c6fb27054
3 changed files with 8 additions and 8 deletions
@@ -503,9 +503,11 @@ namespace Game.DataStorage
{
case 1: // 2 bytes
_commandData[i].Add(id, reader.ReadBytes(2));
reader.BaseStream.Position += 2;
break;
case 2: // 1 bytes
_commandData[i].Add(id, reader.ReadBytes(1));
reader.BaseStream.Position += 3;
break;
case 3: // 4 bytes
case 4: