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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int cost = item.ItemDefinition.Cost;
|
int cost = item.ItemDefinition.CostAlt;
|
||||||
//Check shards here
|
//Check shards here
|
||||||
if (currentShards < cost)
|
if (currentShards < cost)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title