Removed Lottery.

This commit is contained in:
MobiusDev
2016-08-27 18:04:48 +00:00
parent e2bfda977f
commit ffb4b42633
53 changed files with 12 additions and 1519 deletions

View File

@@ -719,9 +719,6 @@ public final class L2PcInstance extends L2Playable
private byte _handysBlockCheckerEventArena = -1;
/** new loto ticket **/
private final int _loto[] = new int[5];
// public static int _loto_nums[] = {0,1,2,3,4,5,6,7,8,9,};
/** new race ticket **/
private final int _race[] = new int[2];
@@ -8947,16 +8944,6 @@ public final class L2PcInstance extends L2Playable
_teleportType = type;
}
public void setLoto(int i, int val)
{
_loto[i] = val;
}
public int getLoto(int i)
{
return _loto[i];
}
public void setRace(int i, int val)
{
_race[i] = val;