[Rules] Add rule to toggle pets accepting quest items (#3533)

* Add rule to disable handing quests items to pets

* Logic tweak

* Tweaks

Updated formatting and minor logic change

* Minor tweaks
This commit is contained in:
Vayle
2023-08-06 15:32:25 -04:00
committed by GitHub
parent aa6421afdf
commit 3a46bf7383
4 changed files with 29 additions and 9 deletions
+1
View File
@@ -546,6 +546,7 @@ namespace EQ
bool IsType1HWeapon() const;
bool IsType2HWeapon() const;
bool IsTypeShield() const;
bool IsQuestItem() const;
static bool CheckLoreConflict(const ItemData* l_item, const ItemData* r_item);
bool CheckLoreConflict(const ItemData* item) const { return CheckLoreConflict(this, item); }