summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-26 00:00:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-26 00:00:59 +0300
commit3d2dfc097a0967eb31f738c7005d08552b17d614 (patch)
tree4de3642268e947fc181458c6f166db0b1bd0186e /src
parent7cf334f49fe9157aabeef8eb1e69e115749d1b8f (diff)
downloadplus-3d2dfc097a0967eb31f738c7005d08552b17d614.tar.gz
plus-3d2dfc097a0967eb31f738c7005d08552b17d614.tar.bz2
plus-3d2dfc097a0967eb31f738c7005d08552b17d614.tar.xz
plus-3d2dfc097a0967eb31f738c7005d08552b17d614.zip
Allow open quests window even on unsupported servers.
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index c1e2a757d..f51fa8707 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -263,8 +263,7 @@ static void createGuiWindows()
killStats = new KillStats;
socialWindow = new SocialWindow;
socialWindow->postInit();
- if (serverVersion >= 6)
- questsWindow = new QuestsWindow;
+ questsWindow = new QuestsWindow;
// TRANSLATORS: chat tab header
localChatTab = new ChatTab(chatWindow, _("General"), GENERAL_CHANNEL);