What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Is WoWDispelType broken in latest release?

Gilderoy

New Member
Joined
May 10, 2010
Messages
761
Reaction score
16
Hello!
so with the old guy this code
Code:
foreach (WoWAura a in p.ActiveAuras.Values)
            {
WoWDispelType t = a.Spell.DispelType;
                    if (t == WoWDispelType.Disease || t == WoWDispelType.Magic || t == WoWDispelType.Poison)
                    {
                        return true;
                    }
Worked very well, now instead is returning false on things that are magic (like fear, polymorph ecc) and true on things that are not magic (like mangle, hemorrage ecc)
so is the feature broken or?
in fact for fear (ad example) t.ToString() give None
 
Last edited:
I'm experiencing this also in current (4991) and previous (4982) versions. A prompt fix would be godly.
 
Has been fixed, works in the next release.
 
Back
Top