Update clans store items to currency changes

This commit is contained in:
AlexTheCoder 2016-07-27 16:57:07 -04:00
parent dfbebe11f4
commit 62871686b0
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ public class Enjin extends MiniPlugin implements CommandExecutor
_purchaseManager.addAccountPurchaseToQueue(client.getAccountId(), packageName, 1, data == TransactionResponse.Success); _purchaseManager.addAccountPurchaseToQueue(client.getAccountId(), packageName, 1, data == TransactionResponse.Success);
} }
} }
}, name, client.getAccountId(), packageName, CurrencyType.GEM, 0, false); }, name, client.getAccountId(), packageName, GlobalCurrency.GEM, 0, false);
//enjin_mineplex clansBanner AlexTheCoder true //enjin_mineplex clansBanner AlexTheCoder true
return true; return true;
} }