👔 Change lottery rewards
This commit is contained in:
@@ -148,10 +148,10 @@ public class LotteryService(
|
|||||||
{
|
{
|
||||||
0 => 0,
|
0 => 0,
|
||||||
1 => 10,
|
1 => 10,
|
||||||
2 => 20,
|
2 => 100,
|
||||||
3 => 50,
|
3 => 500,
|
||||||
4 => 100,
|
4 => 1000,
|
||||||
5 => 1000,
|
5 => 10000,
|
||||||
_ => 0
|
_ => 0
|
||||||
};
|
};
|
||||||
if (region2Match) reward *= 10;
|
if (region2Match) reward *= 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user