|
@@ -102,7 +102,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
if (response.Error == ErrorCode.ERR_Success)
|
|
if (response.Error == ErrorCode.ERR_Success)
|
|
{
|
|
{
|
|
- PoemGalleryDataManager.Instance.MyRank = response.MyRank;
|
|
|
|
|
|
+ PoemGalleryDataManager.Instance.MyRank = response.MyRank + 1;
|
|
List<long> list = PoemGalleryDataManager.Instance.RankDatas;
|
|
List<long> list = PoemGalleryDataManager.Instance.RankDatas;
|
|
list.Clear();
|
|
list.Clear();
|
|
for (int i = 0; i < response.RankList.Count; i++)
|
|
for (int i = 0; i < response.RankList.Count; i++)
|