diff --git a/src/game/Unit.h b/src/game/Unit.h index 737af5669..fac5578d4 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1377,7 +1377,7 @@ class MANGOS_DLL_SPEC Unit : public WorldObject } bool HasAuraOfDifficulty(uint32 spellId) const; - bool virtual HasSpell(uint32 /*spellID*/) const { return false; } + virtual bool HasSpell(uint32 /*spellID*/) const { return false; } bool HasStealthAura() const { return HasAuraType(SPELL_AURA_MOD_STEALTH); } bool HasInvisibilityAura() const { return HasAuraType(SPELL_AURA_MOD_INVISIBILITY); }