mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(Core/Unit): NPCFlags helpers (#11286)
* cherry-pick commit (TrinityCore/TrinityCore@d611925) Co-Authored-By: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
@@ -141,7 +141,7 @@ public:
|
||||
case 17:
|
||||
SetEscortPaused(true);
|
||||
player->GroupEventHappens(QUEST_TOME_VALOR, me);
|
||||
me->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_QUESTGIVER);
|
||||
me->SetNpcFlag(UNIT_NPC_FLAG_QUESTGIVER);
|
||||
me->DespawnOrUnsummon(1s, 1s);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user