summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcselldialog.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-22 19:48:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-22 19:48:04 +0300
commitde4548a50ecb4d4700c9899044f50070f7d9a95a (patch)
treed54bc1bdf010b2a08cdf067fcaf64d92d42685b1 /src/gui/windows/npcselldialog.cpp
parentbf3c7384ad1b1fce8beac97f8715eb054158f72e (diff)
downloadplus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.gz
plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.bz2
plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.xz
plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.zip
Add egg selection dialog.
Diffstat (limited to 'src/gui/windows/npcselldialog.cpp')
-rw-r--r--src/gui/windows/npcselldialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/npcselldialog.cpp b/src/gui/windows/npcselldialog.cpp
index a50c31e29..2e4cd6d07 100644
--- a/src/gui/windows/npcselldialog.cpp
+++ b/src/gui/windows/npcselldialog.cpp
@@ -54,7 +54,7 @@
#include "debug.h"
NpcSellDialog::NpcSellDialog(const int npcId) :
- SellDialog(),
+ SellDialog(true),
mNpcId(npcId)
{
}