price fix
This commit is contained in:
parent
6c847e78b7
commit
a34ce75252
@ -38,7 +38,7 @@ public abstract class SalesPackageBase implements ICurrencyPackage, IDisplayPack
|
||||
|
||||
public SalesPackageBase(String name, Material material, byte displayData, String[] description, int coins)
|
||||
{
|
||||
this(name, material, (byte)0, description, 0, 1);
|
||||
this(name, material, (byte)0, description, coins, 1);
|
||||
}
|
||||
|
||||
public SalesPackageBase(String name, Material material, byte displayData, String[] description, int coins, int quantity)
|
||||
|
Loading…
Reference in New Issue
Block a user