1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

Quest Log is partially functional. TODO: update quest after completion.

This commit is contained in:
DjWarmonger
2012-07-07 08:45:45 +00:00
parent 50e8bc1704
commit 49d2ba1982
6 changed files with 141 additions and 15 deletions

View File

@ -4286,7 +4286,7 @@ void CGSeerHut::onHeroVisit( const CGHeroInstance * h ) const
cb->setObjProperty (id, 10, 1);
AddQuest aq;
aq.quest = QuestInfo (this, this, pos);
aq.quest = QuestInfo (*this, this, pos);
aq.player = h->tempOwner;
cb->sendAndApply (&aq); //TODO: merge with setObjProperty?
}