aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2015-01-06 00:59:32 +0200
committerShocker <shocker@freakz.ro>2015-01-06 00:59:32 +0200
commited3c2be54eb35f1ec847b4f0ed9abe977e1e9ecd (patch)
tree207e2735850a612b841d080fce3193275c5df835 /src
parent3f99ffbca8c31694982433ee23678e2435496010 (diff)
Actually fix build (wrong copy paste)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellInfo.h2
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;