Skip to content

Commit

Permalink
ManaTombs: Add missing init to npc_shaheenAI
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Feb 1, 2024
1 parent c81fb7b commit 85ce2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static const DialogueEntry aIntroDialogue[] =
struct npc_shaheenAI : public npc_escortAI, private DialogueHelper
{
npc_shaheenAI(Creature* pCreature) : npc_escortAI(pCreature),
DialogueHelper(aIntroDialogue)
DialogueHelper(aIntroDialogue), m_uiSummonCount(0)
{
StartNextDialogueText(SPELL_ETHEREAL_TELEPORT);
Reset();
Expand Down

0 comments on commit 85ce2f5

Please sign in to comment.