Fix Kadalas cost and disabled the shop.
This commit is contained in:
parent
6a25a9ffa8
commit
040472811d
@ -77,7 +77,7 @@ namespace DiIiS_NA.LoginServer.ServicesSystem.Services
|
||||
const int anniversaryEventStatus = 1;
|
||||
const int challengeRiftNumber = 1;
|
||||
const bool freeToPlay = true;
|
||||
const bool storeStatus = false; // false
|
||||
const bool storeStatus = true; // false (true - disabled, false - enabled)
|
||||
const string catalogDigest = "C42DC6117A7008EDA2006542D6C07EAD096DAD90";
|
||||
const string catalogVersion = "633565800390338000";
|
||||
const int regionId = 1;
|
||||
|
||||
@ -910,6 +910,10 @@ namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem
|
||||
playerAcc.HeartofFright++;
|
||||
Destroy();
|
||||
break;
|
||||
//case ActorSno._currency_platinum_flippy: //Platinum coin
|
||||
// playerAcc.Platinum++;
|
||||
// Destroy();
|
||||
// break;
|
||||
default:
|
||||
player.Inventory.PickUp(this);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title