Merge pull request #184 from Nu77P0inter/test-stable
Kadala item cost fix
This commit is contained in:
commit
266f5a65a7
@ -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