mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Fix GO crash in boss_arlokk script.
Remove irrelevant TODO comment. --HG-- branch : trunk
This commit is contained in:
@@ -32,9 +32,10 @@ bool GOHello_go_gong_of_bethekk(Player* pPlayer, GameObject* pGo)
|
||||
return true;
|
||||
|
||||
m_pInstance->SetData(TYPE_ARLOKK, IN_PROGRESS);
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
enum eEnums
|
||||
|
||||
@@ -438,7 +438,6 @@ void World::LoadConfigSettings(bool reload)
|
||||
sLog.outError("World settings reload fail: can't read settings from %s.",sConfig.GetFilename().c_str());
|
||||
return;
|
||||
}
|
||||
//TODO Check if config is outdated
|
||||
}
|
||||
|
||||
///- Read the player limit and the Message of the day from the config file
|
||||
|
||||
Reference in New Issue
Block a user