mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Another fix for previous commit.
This commit is contained in:
@@ -981,7 +981,7 @@ void Mapa::readHeader( const unsigned char * bufor, int &i)
|
||||
allowedArtifact[artifact->id] = false;
|
||||
}
|
||||
}
|
||||
if (version = RoE)
|
||||
if (version == RoE)
|
||||
allowedArtifact[128] = false; //Armageddon's Blade
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user