Skip to content

Commit

Permalink
Remove now hopefully redundant npc_living_flareAI hack for reapplying…
Browse files Browse the repository at this point in the history
… cosmetics
  • Loading branch information
killerwife committed Aug 22, 2021
1 parent 1988d07 commit ed6f87b
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -1300,10 +1300,6 @@ struct npc_living_flareAI : public ScriptedPetAI
m_uiCheckTimer = 1000;
}
}
if (m_uiStacks < 8) // reapply cosmetic effect after spellhit, for some reason it gets removed
m_creature->CastSpell(nullptr, SPELL_LIVING_COSMETIC, TRIGGERED_OLD_TRIGGERED);
else
m_creature->CastSpell(nullptr, SPELL_UNSTABLE_COSMETIC, TRIGGERED_OLD_TRIGGERED);
}

void MovementInform(uint32 /*uiMovementType*/, uint32 uiPointId) override
Expand Down

0 comments on commit ed6f87b

Please sign in to comment.