Hello everybody, I come to report a problem, the method below is returning true when I make the following checks ...
Me.CurrentTarget.HasAura ("Frost Fever")
The following scenario:
* - We are I (DK) and DK doing another rotation in dummy.
* - He applied it the disease, but I do not applied mine.
When I use the above method to the scenario described the method returns true, but I should not because I do not applied my illnesses, ie the method is considering the diseases of other players, not mine, no way to fix this, because this error is giving error in my rotation.
Me.CurrentTarget.HasAura ("Frost Fever")
The following scenario:
* - We are I (DK) and DK doing another rotation in dummy.
* - He applied it the disease, but I do not applied mine.
When I use the above method to the scenario described the method returns true, but I should not because I do not applied my illnesses, ie the method is considering the diseases of other players, not mine, no way to fix this, because this error is giving error in my rotation.