fix(Scripts/Dragonblight): Fix Torturer Leclaft spamming abilities (#20130)

fix(Scripts/Dragonblight): Fix Toturer Leclaft spamming abilities
This commit is contained in:
Andrew 2024-10-05 06:02:31 -03:00 committed by GitHub
parent 508b7369c7
commit d340ae029b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2137,6 +2137,7 @@ public:
{
_textCounter = 1;
_playerGUID.Clear();
_events.Reset();
}
void JustEngagedWith(Unit* who) override