fix(Scripts/Raids): Debuff Mind Exhaustion on Razorgore should be apply on start of mind control. (#10835)
Fixes #10769
This commit is contained in:
parent
a74e57fb22
commit
1392cee302
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ public:
|
|||
|
||||
void OnCharmed(bool apply) override
|
||||
{
|
||||
if (!apply)
|
||||
if (apply)
|
||||
{
|
||||
if (Unit* charmer = ObjectAccessor::GetUnit(*me, _charmerGUID))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue