mark Arcane Missiles aura as negative. Was downranking the spell when targetting low level mobs due to effect 1 flagged as possitive.

clear auras of channeled spells if channeling is cancelled due to invalid targets (dead or w/e)
This commit is contained in:
hondacrx
2017-10-04 18:16:56 -04:00
parent cc5263099c
commit 2cac04e439
2 changed files with 14 additions and 2 deletions
+5
View File
@@ -2592,6 +2592,11 @@ namespace Game.Spells
return true;
}
break;
case SpellFamilyNames.Mage:
// Arcane Missiles
if (SpellFamilyFlags[0] == 0x00000800)
return false;
break;
case SpellFamilyNames.Priest:
switch (Id)
{