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