Addresses #1110 - Add a system to blacklist GameObject GUID's (#1365)

* Addresses #1110

* Addresses #1110
This commit is contained in:
Jelly
2025-06-08 09:22:06 -05:00
committed by GitHub
parent cfc8e85706
commit d15ec79252
4 changed files with 24 additions and 4 deletions

View File

@@ -1808,6 +1808,14 @@ AiPlayerbot.AllowedLogFiles = ""
#
####################################################################################################
####################################################################################################
# A list of gameObject GUID's that are not allowed for bots to interact with.
# Example: 176213 = Blood of Heroes
# Example: 17155 = Defias Gunpowder
AiPlayerbot.DisallowedGameObjects = 176213,17155
#
####################################################################################################
##############################################
# Deprecated Settings (yet still in use) #
##############################################