mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-29 21:56:54 +02:00
Fix bonuses of Rampart's Treasury and Fountain of Fortune
Change IDs of two special buildings in Rampart to make them identical with one in config files / game assets. Original code was introduced in 0ca9f64 with those two IDs likely was typo. As result Fountain of Fortune +2 luck bonus was given to Treasury and Treasury's weekly bonus didn't worked at all.
This commit is contained in:
parent
885b495cf4
commit
4dd1ca5e78
@ -333,8 +333,8 @@ public:
|
||||
BROTHERHOOD = SPECIAL_3,
|
||||
|
||||
MYSTIC_POND = SPECIAL_1,
|
||||
FOUNTAIN_OF_FORTUNE = SPECIAL_3, //Rampart
|
||||
TREASURY = SPECIAL_4,
|
||||
FOUNTAIN_OF_FORTUNE = SPECIAL_2, //Rampart
|
||||
TREASURY = SPECIAL_3,
|
||||
|
||||
ARTIFACT_MERCHANT = SPECIAL_1,
|
||||
LOOKOUT_TOWER = SPECIAL_2, //Tower
|
||||
|
Loading…
x
Reference in New Issue
Block a user