mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +08:00
Fix keyring for low level bots (#1177)
This commit is contained in:
@@ -140,7 +140,8 @@ public:
|
||||
void InitKeyring();
|
||||
void InitReputation();
|
||||
void InitAttunementQuests();
|
||||
|
||||
void InitPotions();
|
||||
|
||||
private:
|
||||
void Prepare();
|
||||
// void InitSecondEquipmentSet();
|
||||
@@ -159,7 +160,6 @@ private:
|
||||
void ClearInventory();
|
||||
void ClearAllItems();
|
||||
void ResetQuests();
|
||||
void InitPotions();
|
||||
|
||||
std::vector<uint32> GetCurrentGemsCount();
|
||||
bool CanEquipArmor(ItemTemplate const* proto);
|
||||
|
||||
Reference in New Issue
Block a user