From b85ff796a484137998fa2c87d5e10f9dcb2c006f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Mar 2015 22:37:13 +0300 Subject: Add empty battlegroundhandler. --- src/net/net.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/net.cpp') diff --git a/src/net/net.cpp b/src/net/net.cpp index 2bb18de39..24bc6443f 100644 --- a/src/net/net.cpp +++ b/src/net/net.cpp @@ -43,6 +43,7 @@ namespace Net #ifdef EATHENA_SUPPORT class AuctionHandler; class BankHandler; + class BattleGroundHandler; class BuyingStoreHandler; class CashShopHandler; class ElementalHandler; @@ -95,6 +96,7 @@ Net::ServerFeatures *serverFeatures = nullptr; #ifdef EATHENA_SUPPORT Net::AuctionHandler *auctionHandler = nullptr; Net::BankHandler *bankHandler = nullptr; +Net::BattleGroundHandler *battleGroundHandler = nullptr; Net::BuyingStoreHandler *buyingStoreHandler = nullptr; Net::CashShopHandler *cashShopHandler = nullptr; Net::ElementalHandler *elementalHandler = nullptr; -- cgit v1.2.3-60-g2f50