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

@@ -72,6 +72,7 @@ public:
float maxAoeAvoidRadius;
std::set<uint32> aoeAvoidSpellWhitelist;
bool tellWhenAvoidAoe;
std::set<uint32> disallowedGameObjects;
uint32 openGoSpell;
bool randomBotAutologin;