Check loot for quest when looting items

This commit is contained in:
郑佩茹
2023-03-21 13:06:00 -06:00
parent aeeb37da78
commit 584658c557
2 changed files with 56 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ class LootObject
uint32 skillId;
uint32 reqSkillValue;
uint32 reqItem;
private:
static bool IsNeededForQuest(Player* bot, uint32 itemId);
};
class LootTarget