Skip to content

Commit

Permalink
TotemAI: Add back mistaken code
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Dec 27, 2024
1 parent 65a8b88 commit 63d8f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/AI/BaseAI/TotemAI.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class TotemAI : public CreatureEventAI

void SpellHit(Unit* unit, const SpellEntry* spellInfo) override;
void MoveInLineOfSight(Unit* who) override;
void AttackStart(Unit* who) override;
void EnterEvadeMode() override;
bool IsVisible(Unit* who) const override;

Expand Down

0 comments on commit 63d8f52

Please sign in to comment.