Fixes sounds missing, when client needs data from hotfix.

This commit is contained in:
hondacrx
2021-05-24 11:23:04 -04:00
parent b778907276
commit fc771bec1b
@@ -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;
} }
} }