CI: Update Ubuntu version of travis build to xenial (16.04)

This commit is contained in:
Francesco Borzì
2018-12-21 14:37:57 +01:00
committed by GitHub
parent ffa7b7a286
commit a0595b73e3
2 changed files with 7 additions and 3 deletions

View File

@@ -770,7 +770,7 @@ public:
return true;
}
bool OnQuestComplete(Player* /*player*/, Creature* creature, Quest const* quest)
bool OnQuestComplete(Player* /*player*/, Creature* creature, Quest const* quest) override
{
if (quest->GetQuestId() == QUEST_CLUCK)
CAST_AI(npc_chicken_cluck::npc_chicken_cluckAI, creature->AI())->Reset();