mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08: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