feat(Core/SmartAI): add startup error for non existent SmartAI entries (#20694)
This commit is contained in:
parent
7f5bcda7f7
commit
b2c04603f7
4 changed files with 84 additions and 0 deletions
|
|
@ -2060,6 +2060,7 @@ public:
|
|||
static SmartAIMgr* instance();
|
||||
|
||||
void LoadSmartAIFromDB();
|
||||
void CheckIfSmartAIInDatabaseExists();
|
||||
|
||||
SmartAIEventList GetScript(int32 entry, SmartScriptType type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue