diff options
Diffstat (limited to 'src/net/eathena/specialhandler.cpp')
-rw-r--r-- | src/net/eathena/specialhandler.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/eathena/specialhandler.cpp b/src/net/eathena/specialhandler.cpp index 77bb5a1d2..668a67519 100644 --- a/src/net/eathena/specialhandler.cpp +++ b/src/net/eathena/specialhandler.cpp @@ -33,7 +33,9 @@ extern Net::SpecialHandler *specialHandler; namespace EAthena { -SpecialHandler::SpecialHandler() +SpecialHandler::SpecialHandler() : + MessageHandler(), + Ea::SpecialHandler() { static const uint16_t _messages[] = { |