1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Add option to toggle monthly artifact change in black market (#341)

* Add black market art change as hardcodedFeature
This commit is contained in:
Dydzio
2017-07-14 23:46:18 +02:00
committed by ArseniyShestakov
parent ea0ceb1805
commit 98140aab6b
5 changed files with 19 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
#include "../ConstTransitivePtr.h"
#include "../GameConstants.h"
const ui32 SERIALIZATION_VERSION = 775;
const ui32 SERIALIZATION_VERSION = 776;
const ui32 MINIMAL_SERIALIZATION_VERSION = 753;
const std::string SAVEGAME_MAGIC = "VCMISVG";