mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
* another part of thieves' guild
* den of thieves
This commit is contained in:
@@ -3458,6 +3458,13 @@ void CGameHandler::showGarrisonDialog( int upobj, int hid, bool removableUnits,
|
||||
}
|
||||
}
|
||||
|
||||
void CGameHandler::showThievesGuildWindow(int requestingObjId)
|
||||
{
|
||||
SShowThievesGuildWindow sthg;
|
||||
sthg.requestingObject = requestingObjId;
|
||||
sendAndApply(&sthg);
|
||||
}
|
||||
|
||||
bool CGameHandler::isAllowedExchange( int id1, int id2 )
|
||||
{
|
||||
if(id1 == id2)
|
||||
|
||||
Reference in New Issue
Block a user