diff --git a/src/strategy/actions/LootRollAction.h b/src/strategy/actions/LootRollAction.h index cc202c44..a278f593 100644 --- a/src/strategy/actions/LootRollAction.h +++ b/src/strategy/actions/LootRollAction.h @@ -25,6 +25,8 @@ protected: RollVote CalculateRollVote(ItemTemplate const* proto); }; +bool CanBotUseToken(ItemTemplate const* proto, Player* bot); + class MasterLootRollAction : public LootRollAction { public: