mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixed a few CWE-457
This commit is contained in:
@@ -76,6 +76,9 @@ CArtifact::CArtifact()
|
||||
possibleSlots[ArtBearer::HERO]; //we want to generate map entry even if it will be empty
|
||||
possibleSlots[ArtBearer::CREATURE]; //we want to generate map entry even if it will be empty
|
||||
possibleSlots[ArtBearer::COMMANDER];
|
||||
iconIndex = ArtifactID::NONE;
|
||||
price = 0;
|
||||
aClass = ART_SPECIAL;
|
||||
}
|
||||
|
||||
CArtifact::~CArtifact()
|
||||
|
||||
Reference in New Issue
Block a user