fix(Scripts/Raids): Debuff Mind Exhaustion on Razorgore should be apply on start of mind control. (#10835)
Fixes #10769
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ public:
|
|||||||
|
|
||||||
void OnCharmed(bool apply) override
|
void OnCharmed(bool apply) override
|
||||||
{
|
{
|
||||||
if (!apply)
|
if (apply)
|
||||||
{
|
{
|
||||||
if (Unit* charmer = ObjectAccessor::GetUnit(*me, _charmerGUID))
|
if (Unit* charmer = ObjectAccessor::GetUnit(*me, _charmerGUID))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user