mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
All artifact strings now pass through translator
This commit is contained in:
@@ -275,7 +275,7 @@ std::vector<int> CGBlackMarket::availableItemsIds(EMarketMode::EMarketMode mode)
|
||||
std::vector<int> ret;
|
||||
for(const CArtifact *a : artifacts)
|
||||
if(a)
|
||||
ret.push_back(a->id);
|
||||
ret.push_back(a->getId());
|
||||
else
|
||||
ret.push_back(-1);
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user