fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from … (#13706)

* fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from the extra attack range check

* fix  logic
This commit is contained in:
Skjalf
2022-11-05 15:04:02 -03:00
committed by GitHub
parent 8b7fb759c2
commit bb9e80ded1
2 changed files with 9 additions and 2 deletions

View File

@@ -717,6 +717,12 @@ enum MeleeHitOutcome
MELEE_HIT_GLANCING, MELEE_HIT_CRIT, MELEE_HIT_CRUSHING, MELEE_HIT_NORMAL
};
enum ExtraAttackSpells
{
SPELL_SWORD_SPECIALIZATION = 16459,
SPELL_HACK_AND_SLASH = 66923
};
class DispelInfo
{
public: