diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |