mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fix town portal query when it calls level up query
This commit is contained in:
@ -535,6 +535,11 @@ void CGenericQuery::onExposure(QueryPtr topQuery)
|
||||
}
|
||||
|
||||
void CGenericQuery::setReply(const JsonNode & reply)
|
||||
{
|
||||
this->reply = reply;
|
||||
}
|
||||
|
||||
void CGenericQuery::onRemoval(PlayerColor color)
|
||||
{
|
||||
callback(reply);
|
||||
}
|
||||
|
Reference in New Issue
Block a user