feat(Core/SmartAI): add startup error for non existent SmartAI entries (#20694)

This commit is contained in:
sudlud 2024-11-24 21:25:02 +01:00 committed by GitHub
parent 7f5bcda7f7
commit b2c04603f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 84 additions and 0 deletions

View file

@ -2060,6 +2060,7 @@ public:
static SmartAIMgr* instance();
void LoadSmartAIFromDB();
void CheckIfSmartAIInDatabaseExists();
SmartAIEventList GetScript(int32 entry, SmartScriptType type)
{