mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +01:00
Merge branch 'redeem-item-points-type' into 'dev'
Furniture Redeemed Event point type fix See merge request morningstar/Arcturus-Community!327
This commit is contained in:
commit
331fefa2f1
@ -4,17 +4,13 @@ import com.eu.habbo.habbohotel.users.Habbo;
|
||||
import com.eu.habbo.habbohotel.users.HabboItem;
|
||||
|
||||
public class FurnitureRedeemedEvent extends FurnitureUserEvent {
|
||||
public static final int CREDITS = 0;
|
||||
public static final int PIXELS = 1;
|
||||
public static final int CREDITS = -1;
|
||||
public static final int PIXELS = 0;
|
||||
public static final int DIAMONDS = 5;
|
||||
|
||||
|
||||
public final int amount;
|
||||
|
||||
|
||||
public final int currencyID;
|
||||
|
||||
|
||||
public FurnitureRedeemedEvent(HabboItem furniture, Habbo habbo, int amount, int currencyID) {
|
||||
super(furniture, habbo);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user