Actually fix build (wrong copy paste)

This commit is contained in:
Shocker
2015-01-06 00:59:32 +02:00
parent 3f99ffbca8
commit ed3c2be54e

View File

@@ -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;