Skip to content

Commit

Permalink
NPCBots: Partially remove bots immunity mechanic to Sindragosa's Ice …
Browse files Browse the repository at this point in the history
…Tomb
  • Loading branch information
trickerer committed Oct 25, 2024
1 parent a6e9761 commit 08601bf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1081,10 +1081,6 @@ class spell_sindragosa_ice_tomb_trap : public SpellScript

void FilterTargets(std::list<WorldObject*>& unitList)
{
//npcbot
unitList.remove_if(SindragosaIceTombCheck());
//end npcbot

unitList.remove_if(Acore::UnitAuraCheck(true, GetSpellInfo()->Id));
_targetList.clear();
_targetList = unitList;
Expand Down

0 comments on commit 08601bf

Please sign in to comment.