Add config to disable hunters from generating specified pet families (#1485)

* Add config to disable hunters from generating specified pet families

* Fixed unrelated typo in config
This commit is contained in:
brighton-chi
2025-08-01 12:29:51 -05:00
committed by GitHub
parent 938872564a
commit e950f65a83
4 changed files with 17 additions and 1 deletions

View File

@@ -667,7 +667,7 @@ AiPlayerbot.IncrementalGearInit = 1
AiPlayerbot.MinEnchantingBotLevel = 60
# Enable expansion limitation for bot enchants
# If enabled, bots will not use TBC enchants until level 61 or WotLK enchanges until level 71
# If enabled, bots will not use TBC enchants until level 61 or WotLK enchants until level 71
# Default: 1 (enabled)
AiPlayerbot.LimitEnchantExpansion = 1
@@ -699,6 +699,10 @@ AiPlayerbot.AutoUpgradeEquip = 1
# Default: 0 (disabled)
AiPlayerbot.HunterWolfPet = 0
# Prohibit hunter bots from creating pets with any family ID listed below in ExcludedHunterPetFamilies
# See the creature_family database table for all pet families by ID (note: ID for spiders is 3)
AiPlayerbot.ExcludedHunterPetFamilies = ""
#
#
#