오류 예상되는 시스템 업데이트

This commit is contained in:
김판돌 2024-03-10 00:49:49 +09:00
parent ca8d7d59d6
commit a7d69bf578
1 changed files with 1 additions and 2 deletions

View File

@ -191,7 +191,7 @@ namespace Server.Manager
for (int n = 0; n < count; n++)
{
int select = rand.Next(10000);
int select = rand.Next(maxProb);
int selectItem = 0;
if(select < ints.Count)
{
@ -252,7 +252,6 @@ namespace Server.Manager
}
}
}
}
//리워드 아이탬 획득 코드 작성