Browse Source

Hero Exchange: fix quest log button

ArseniyShestakov 10 years ago
parent
commit
c865055803
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/windows/GUIClasses.cpp

+ 1 - 0
client/windows/GUIClasses.cpp

@@ -851,6 +851,7 @@ void CTavernWindow::HeroPortrait::hover( bool on )
 void CExchangeWindow::questlog(int whichHero)
 {
 	CCS->curh->dragAndDropCursor(nullptr);
+	LOCPLINT->showQuestLog();
 }
 
 void CExchangeWindow::prepareBackground()