Core/Misc: Turn ChrSpecialization into enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/98007f859b7318570c0c923a00aa32fc485c8ec8)
This commit is contained in:
@@ -4023,7 +4023,7 @@ namespace Scripts.Spells.Items
|
||||
|
||||
void updateAuraIfInCorrectSpec(ChrSpecialization spec, AmalgamsSeventhSpineSpellIds aura)
|
||||
{
|
||||
if (target.GetPrimarySpecialization() != (uint)spec)
|
||||
if (target.GetPrimarySpecialization() != spec)
|
||||
target.RemoveAurasDueToSpell((uint)aura);
|
||||
else if (!target.HasAura((uint)aura))
|
||||
target.CastSpell(target, (uint)aura, new CastSpellExtraArgs(aurEff));
|
||||
|
||||
Reference in New Issue
Block a user