Add config options for the new summon conditions

This commit is contained in:
Revision
2024-07-11 23:46:59 +02:00
parent 321ce4ed8f
commit 7309d8f3c9
4 changed files with 35 additions and 20 deletions

View File

@@ -214,6 +214,9 @@ class PlayerbotAIConfig
bool equipmentPersistence;
int32 equipmentPersistenceLevel;
int32 groupInvitationPermission;
bool allowSummonInCombat;
bool allowSummonWhenMasterIsDead;
bool allowSummonWhenBotIsDead;
int32 botReviveWhenSummon;
bool botRepairWhenSummon;
bool autoInitOnly;