1
0
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:
Adriankhl
2023-03-20 16:08:18 +01:00
parent 23fa7c4a9b
commit 8d549bf030
2 changed files with 8 additions and 0 deletions

View File

@ -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);
}