From ed3c2be54eb35f1ec847b4f0ed9abe977e1e9ecd Mon Sep 17 00:00:00 2001 From: Shocker Date: Tue, 6 Jan 2015 00:59:32 +0200 Subject: Actually fix build (wrong copy paste) --- src/server/game/Spells/SpellInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server') diff --git a/src/server/game/Spells/SpellInfo.h b/src/server/game/Spells/SpellInfo.h index e61fcc7f51a..f2a671fc968 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 !!(return AttributesCu & customAttribute); } + inline bool HasAttribute(SpellCustomAttributes customAttribute) const { return !!(AttributesCu & customAttribute); } bool IsExplicitDiscovery() const; bool IsLootCrafting() const; -- cgit v1.2.3