diff --git a/server/gameserver/android.cc b/server/gameserver/android.cc index 27a1e736..dc92e395 100644 --- a/server/gameserver/android.cc +++ b/server/gameserver/android.cc @@ -83,8 +83,8 @@ void Android::Initialize() } #ifdef NEW_BT agent_->SetOwner(this); - f8::BtMgr::Instance()->BtLoad(agent_, "android_pvp"); - f8::BtMgr::Instance()->BtSetCurrent(agent_, "android_pvp"); + f8::BtMgr::Instance()->BtLoad(agent_, "hero/standard"); + f8::BtMgr::Instance()->BtSetCurrent(agent_, "hero/standard"); #endif } diff --git a/server/gameserver/app.cc b/server/gameserver/app.cc index cfc1ffb6..1c70723d 100644 --- a/server/gameserver/app.cc +++ b/server/gameserver/app.cc @@ -167,7 +167,7 @@ bool App::Init(int argc, char* argv[]) f8::TGLog::Instance()->Init(a8::Format(PROJ_NAME_FMT, {GAME_ID}), false, 0); f8::HttpClientPool::Instance()->Init(MAX_ALL_HTTP_NUM, MAX_SYS_HTTP_NUM, MAX_USER_HTTP_NUM); f8::BtMgr::Instance()->Init("exported"); -#ifdef DEBUG +#ifdef DEBUG1 f8::BtMgr::Instance()->SetLogging(true); #endif SkillHelper::Init();