Skip to content

Commit

Permalink
fix(Scripts/Dragonblight): Fix Torturer Leclaft spamming abilities (a…
Browse files Browse the repository at this point in the history
…zerothcore#20130)

fix(Scripts/Dragonblight): Fix Toturer Leclaft spamming abilities
  • Loading branch information
Nyeriah authored Oct 5, 2024
1 parent 508b736 commit d340ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/scripts/Northrend/zone_dragonblight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2137,6 +2137,7 @@ class npc_torturer_lecraft : public CreatureScript
{
_textCounter = 1;
_playerGUID.Clear();
_events.Reset();
}

void JustEngagedWith(Unit* who) override
Expand Down

0 comments on commit d340ae0

Please sign in to comment.