fix(Scripts/Raids): Debuff Mind Exhaustion on Razorgore should be apply on start of mind control. (#10835)

Fixes #10769
This commit is contained in:
UltraNix 2022-03-06 18:26:26 +01:00 committed by GitHub
parent a74e57fb22
commit 1392cee302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ public:
void OnCharmed(bool apply) override
{
if (!apply)
if (apply)
{
if (Unit* charmer = ObjectAccessor::GetUnit(*me, _charmerGUID))
{