|
@@ -478,7 +478,7 @@ public:
|
|
|
void onHeroVisit(const CGHeroInstance * h) const override;
|
|
|
void newTurn() const override;
|
|
|
protected:
|
|
|
- void setPropertyDer(ui8 what, ui32 val) override;
|
|
|
+ void setProperty(ui8 what, ui32 val) override;
|
|
|
private:
|
|
|
void heroAcceptsCreatures(const CGHeroInstance *h, ui32 answer) const;
|
|
|
void fightOver(const CGHeroInstance *h, BattleResult *result) const;
|