From c5d05051fb60da7e16c7eb4fbec9ce0c84657543 Mon Sep 17 00:00:00 2001 From: Shocker Date: Tue, 6 Jan 2015 00:43:02 +0200 Subject: Core/Spells: Remove duplicate HasAttribute() method in SpellInfo --- src/server/game/Spells/SpellInfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/server/game/Spells/SpellInfo.h b/src/server/game/Spells/SpellInfo.h index 6be44215366..27f99ca10cc 100644 --- a/src/server/game/Spells/SpellInfo.h +++ b/src/server/game/Spells/SpellInfo.h @@ -463,7 +463,6 @@ public: inline bool HasAttribute(SpellAttr2 attribute) const { return !!(AttributesEx2 & attribute); } inline bool HasAttribute(SpellAttr3 attribute) const { return !!(AttributesEx3 & attribute); } inline bool HasAttribute(SpellAttr4 attribute) const { return !!(AttributesEx4 & attribute); } - inline bool HasAttribute(SpellAttr4 attribute) const { return !!(AttributesEx4 & attribute); } inline bool HasAttribute(SpellAttr5 attribute) const { return !!(AttributesEx5 & attribute); } inline bool HasAttribute(SpellAttr6 attribute) const { return !!(AttributesEx6 & attribute); } inline bool HasAttribute(SpellAttr7 attribute) const { return !!(AttributesEx7 & attribute); } -- cgit v1.2.3