Rename a virtual to usual coding style

This commit is contained in:
Schmoozerd 2012-07-21 00:02:42 +02:00
parent 84080ee5d3
commit ba86b02dd4

View file

@ -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); }