mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Restore questgiver npcflag for Willix the Importer escort quest when you successfully complete it
--HG-- branch : trunk
This commit is contained in:
@@ -91,6 +91,7 @@ struct npc_willixAI : public npc_escortAI
|
||||
break;
|
||||
case 45:
|
||||
DoScriptText(SAY_WIN, me, pPlayer);
|
||||
me->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_QUESTGIVER);
|
||||
if (pPlayer && pPlayer->GetTypeId() == TYPEID_PLAYER)
|
||||
CAST_PLR(pPlayer)->GroupEventHappens(QUEST_WILLIX_THE_IMPORTER,me);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user