Fix build

This commit is contained in:
Shocker
2015-01-06 00:56:55 +02:00
parent c5d05051fb
commit 3f99ffbca8
+1 -1
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 AttributesCu & customAttribute); }
inline bool HasAttribute(SpellCustomAttributes customAttribute) const { return !!(return AttributesCu & customAttribute); }
bool IsExplicitDiscovery() const;
bool IsLootCrafting() const;