Fix GO crash in boss_arlokk script.

Remove irrelevant TODO comment.

--HG--
branch : trunk
This commit is contained in:
p0wer
2010-01-03 14:32:48 -06:00
parent 8d051d9645
commit 2ceecaaa4d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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