mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
CI: Update Ubuntu version of travis build to xenial (16.04)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user