mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 15:33:59 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user