mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 04:12:37 +01:00
Remove final
from discount configurations
This commit is contained in:
parent
9116b4bf40
commit
22ab7d7e99
@ -6,11 +6,11 @@ import com.eu.habbo.messages.outgoing.Outgoing;
|
||||
|
||||
public class DiscountComposer extends MessageComposer
|
||||
{
|
||||
public final static int MAXIMUM_ALLOWED_ITEMS = 100;
|
||||
public final static int DISCOUNT_BATCH_SIZE = 6;
|
||||
public final static int DISCOUNT_AMOUNT_PER_BATCH = 1;
|
||||
public final static int MINIMUM_DISCOUNTS_FOR_BONUS = 1;
|
||||
public final static int[] ADDITIONAL_DISCOUNT_THRESHOLDS = new int[]{40, 99};
|
||||
public static int MAXIMUM_ALLOWED_ITEMS = 100;
|
||||
public static int DISCOUNT_BATCH_SIZE = 6;
|
||||
public static int DISCOUNT_AMOUNT_PER_BATCH = 1;
|
||||
public static int MINIMUM_DISCOUNTS_FOR_BONUS = 1;
|
||||
public static int[] ADDITIONAL_DISCOUNT_THRESHOLDS = new int[]{40, 99};
|
||||
|
||||
@Override
|
||||
public ServerMessage compose()
|
||||
|
Loading…
x
Reference in New Issue
Block a user