Kadala item cost fix
This commit is contained in:
parent
1ac532067c
commit
f90cb592bc
@ -61,7 +61,7 @@ namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations
|
||||
return;
|
||||
}
|
||||
|
||||
int cost = item.ItemDefinition.Cost;
|
||||
int cost = item.ItemDefinition.CostAlt;
|
||||
//Check shards here
|
||||
if (currentShards < cost)
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title