Skip to content

Commit

Permalink
Rename a virtual to usual coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmoozerd committed Jul 20, 2012
1 parent e36c668 commit 43cdd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Unit.h
Expand Up @@ -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); }
Expand Down

0 comments on commit 43cdd3c

Please sign in to comment.