오류 예상되는 시스템 업데이트
This commit is contained in:
parent
ca8d7d59d6
commit
a7d69bf578
|
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//리워드 아이탬 획득 코드 작성
|
||||
|
|
|
|||
Loading…
Reference in New Issue