From ba86b02dd46a0af4e51e27c4faecd23d1d9b5023 Mon Sep 17 00:00:00 2001 From: Schmoozerd Date: Sat, 21 Jul 2012 00:02:42 +0200 Subject: [PATCH] Rename a virtual to usual coding style --- src/game/Unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }