Fixes sounds missing, when client needs data from hotfix.
This commit is contained in:
@@ -305,7 +305,7 @@ namespace Game.DataStorage
|
|||||||
locale = 0;
|
locale = 0;
|
||||||
if (!locStr.HasString(locale))
|
if (!locStr.HasString(locale))
|
||||||
{
|
{
|
||||||
buffer.WriteUInt16(0);
|
buffer.WriteUInt8(0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user