mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update playerbots.conf.dist (#1635)
* Update playerbots.conf.dist Added Half-Burried Bottle to the list of dissallowed GO's * Update PlayerbotAIConfig.cpp Added Half-Burried Bottle to the list of disallowed GO's in the standard values of the source to complete this PR
This commit is contained in:
@@ -174,7 +174,7 @@ bool PlayerbotAIConfig::Initialize()
|
||||
sConfigMgr->GetOption<std::string>("AiPlayerbot.DisallowedGameObjects",
|
||||
"176213,17155,2656,74448,19020,3719,3658,3705,3706,105579,75293,2857,"
|
||||
"179490,141596,160836,160845,179516,176224,181085,176112,128308,128403,"
|
||||
"165739,165738,175245,175970,176325,176327,123329"),
|
||||
"165739,165738,175245,175970,176325,176327,123329,2560"),
|
||||
disallowedGameObjects);
|
||||
botAutologin = sConfigMgr->GetOption<bool>("AiPlayerbot.BotAutologin", false);
|
||||
randomBotAutologin = sConfigMgr->GetOption<bool>("AiPlayerbot.RandomBotAutologin", true);
|
||||
|
||||
Reference in New Issue
Block a user