Scripts/WanderingIsle: Fix wrong function being used in bec04e62d892b5908382275a1b90442d2e3f6134
Signed-off-by: luis <[email protected]>
This commit is contained in:
@@ -1409,7 +1409,7 @@ struct npc_li_fei_combat : public ScriptedAI
|
||||
if (!player)
|
||||
return;
|
||||
|
||||
player->SetQuestStatus(Quests::OnlyTheWorthyShallPass, QUEST_STATUS_FAILED);
|
||||
player->FailQuest(Quests::OnlyTheWorthyShallPass);
|
||||
}
|
||||
|
||||
void UpdateAI(uint32 diff) override
|
||||
|
||||
Reference in New Issue
Block a user