Core/Globals: Load spellspecific and aurastate after loading spell ranks
Core/Spells: Removed obsolete code Core/Spell: do not fail triggered Charge effects in case a root is present.
This commit is contained in:
@@ -1429,10 +1429,6 @@ namespace Game.Spells
|
||||
case 8091: // Armor
|
||||
_spellSpecific = SpellSpecificType.Scroll;
|
||||
break;
|
||||
case 12880: // Enrage (Enrage)
|
||||
case 57518: // Enrage (Wrecking Crew)
|
||||
_spellSpecific = SpellSpecificType.WarriorEnrage;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user