Misc fixes.
This commit is contained in:
@@ -2721,6 +2721,9 @@ namespace Game.Spells
|
||||
if (effMask == 0)
|
||||
return;
|
||||
|
||||
if (!_staticApplications.ContainsKey(target.GetGUID()))
|
||||
_staticApplications[target.GetGUID()] = 0;
|
||||
|
||||
_staticApplications[target.GetGUID()] |= effMask;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user