diff options
Diffstat (limited to 'src/net/eathena/cashshophandler.cpp')
-rw-r--r-- | src/net/eathena/cashshophandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/cashshophandler.cpp b/src/net/eathena/cashshophandler.cpp index cca4e0d42..1179f0823 100644 --- a/src/net/eathena/cashshophandler.cpp +++ b/src/net/eathena/cashshophandler.cpp @@ -32,7 +32,8 @@ extern int packetVersion; namespace EAthena { -CashShopHandler::CashShopHandler() +CashShopHandler::CashShopHandler() : + Net::CashShopHandler() { cashShopHandler = this; CashShopRecv::mBuyDialog = nullptr; |