Added ItemData::CheckLoreConflict()

This commit is contained in:
Uleat
2017-03-12 14:20:22 -04:00
parent 5b24cbde5d
commit 8cd6416754
2 changed files with 21 additions and 0 deletions
+3
View File
@@ -538,6 +538,9 @@ namespace EQEmu
bool IsType1HWeapon() const;
bool IsType2HWeapon() const;
bool IsTypeShield() const;
static bool CheckLoreConflict(const ItemData* l_item, const ItemData* r_item);
bool CheckLoreConflict(const ItemData* item) const { return CheckLoreConflict(this, item); }
};
} /*EQEmu*/