mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
Check loot for quest when looting items
This commit is contained in:
@@ -38,6 +38,9 @@ class LootObject
|
||||
uint32 skillId;
|
||||
uint32 reqSkillValue;
|
||||
uint32 reqItem;
|
||||
|
||||
private:
|
||||
static bool IsNeededForQuest(Player* bot, uint32 itemId);
|
||||
};
|
||||
|
||||
class LootTarget
|
||||
|
||||
Reference in New Issue
Block a user