Update LootRollAction.h

Declared CanBotUseToken
This commit is contained in:
avirar
2024-10-18 10:08:00 +11:00
committed by GitHub
parent 38a5ff778a
commit efd204bbbe

View File

@@ -25,6 +25,8 @@ protected:
RollVote CalculateRollVote(ItemTemplate const* proto);
};
bool CanBotUseToken(ItemTemplate const* proto, Player* bot);
class MasterLootRollAction : public LootRollAction
{
public: