Fix Kadalas cost and disabled the shop.

This commit is contained in:
Pablo Rigueto 2025-09-26 23:53:29 -03:00
parent 6a25a9ffa8
commit 040472811d
2 changed files with 7 additions and 3 deletions

View File

@ -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;

View File

@ -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;