From 3f99ffbca8c31694982433ee23678e2435496010 Mon Sep 17 00:00:00 2001 From: Shocker Date: Tue, 6 Jan 2015 00:56:55 +0200 Subject: Fix build --- src/server/game/Spells/SpellInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/game/Spells/SpellInfo.h b/src/server/game/Spells/SpellInfo.h index 27f99ca10cc..e61fcc7f51a 100644 --- a/src/server/game/Spells/SpellInfo.h +++ b/src/server/game/Spells/SpellInfo.h @@ -472,7 +472,7 @@ public: inline bool HasAttribute(SpellAttr11 attribute) const { return !!(AttributesEx11 & attribute); } inline bool HasAttribute(SpellAttr12 attribute) const { return !!(AttributesEx12 & attribute); } inline bool HasAttribute(SpellAttr13 attribute) const { return !!(AttributesEx13 & attribute); } - inline bool HasAttribute(SpellCustomAttributes customAttribute) const { !!(return AttributesCu & customAttribute); } + inline bool HasAttribute(SpellCustomAttributes customAttribute) const { return !!(return AttributesCu & customAttribute); } bool IsExplicitDiscovery() const; bool IsLootCrafting() const; -- cgit v1.2.3