diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp | 3 | ||||
-rw-r--r-- | src/game/World.cpp | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/scripts/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp b/src/bindings/scripts/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp index 90c81a111af..9af778cf66a 100644 --- a/src/bindings/scripts/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp +++ b/src/bindings/scripts/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp @@ -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 diff --git a/src/game/World.cpp b/src/game/World.cpp index a9d2376ef7a..d26a75404a2 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -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 |