diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-22 19:48:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-22 19:48:04 +0300 |
commit | de4548a50ecb4d4700c9899044f50070f7d9a95a (patch) | |
tree | d54bc1bdf010b2a08cdf067fcaf64d92d42685b1 /src/net/ea | |
parent | bf3c7384ad1b1fce8beac97f8715eb054158f72e (diff) | |
download | plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.gz plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.bz2 plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.xz plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.zip |
Add egg selection dialog.
Diffstat (limited to 'src/net/ea')
-rw-r--r-- | src/net/ea/buysellhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ea/buysellhandler.cpp b/src/net/ea/buysellhandler.cpp index fe2f7ffe0..b28681cb9 100644 --- a/src/net/ea/buysellhandler.cpp +++ b/src/net/ea/buysellhandler.cpp @@ -147,6 +147,7 @@ void BuySellHandler::processNpcSell(Net::MessageIn &msg) const if (n_items > 0) { SellDialog *const dialog = new NpcSellDialog(mNpcId); + dialog->postInit(); dialog->setMoney(PlayerInfo::getAttribute(Attributes::MONEY)); for (int k = 0; k < n_items; k++) |