Skip to content

Commit

Permalink
fix ...
Browse files Browse the repository at this point in the history
  • Loading branch information
oiuv committed Mar 31, 2024
1 parent fbff437 commit 308cf4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/PlayerbotAIConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PlayerbotAIConfig
bool IsInPvpProhibitedArea(uint32 id);

bool enabled;
bool allowGuildBots;
bool allowGuildBots, allowPlayerBots;
uint32 globalCoolDown, reactDelay, maxWaitForMove, expireActionTime, dispelAuraDuration, passiveDelay, repeatDelay,
errorDelay, rpgDelay, sitDelay, returnDelay, lootDelay;
float sightDistance, spellDistance, reactDistance, grindDistance, lootDistance, shootDistance,
Expand Down Expand Up @@ -103,11 +103,11 @@ class PlayerbotAIConfig
std::string randomBotCombatStrategies, randomBotNonCombatStrategies;
uint32 randomBotMinLevel, randomBotMaxLevel;
float randomChangeMultiplier;


// std::string premadeLevelSpec[MAX_CLASSES][10][91]; //lvl 10 - 100
// ClassSpecs classSpecs[MAX_CLASSES];

std::string premadeSpecName[MAX_CLASSES][MAX_SPECNO];
std::string premadeSpecGlyph[MAX_CLASSES][MAX_SPECNO];
std::vector<uint32> parsedSpecGlyph[MAX_CLASSES][MAX_SPECNO];
Expand Down

0 comments on commit 308cf4f

Please sign in to comment.