This commit is contained in:
Kei-Luna
2026-05-13 08:50:08 +09:00
parent f3d6ff3873
commit 85605a786c

View File

@@ -226,6 +226,9 @@ public class PlayerInstance(PlayerGameData data)
continue; continue;
} }
//ToDo
//Temporary fix for login issues(need to handle LoginRsp properly with zlib.)
//proto.Attrs[ToPackedAttrKey(gid, sid)] = val;
proto.Attrs[ToShiftedAttrKey(gid, sid)] = val; proto.Attrs[ToShiftedAttrKey(gid, sid)] = val;
} }