浏览代码

Hero Exchange: fix quest log button

ArseniyShestakov 10 年之前
父节点
当前提交
c865055803
共有 1 个文件被更改,包括 1 次插入0 次删除
  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()