fix(Core/Scripts): Fix build and crash when calling uninitialized scripts (#18718)

fix(Core/Scripts): Fix build and crash when calling uninitialized scripts.
This commit is contained in:
Anton Popovichenko 2024-04-12 12:13:37 +02:00 committed by GitHub
parent f05200fcca
commit 3a6231cb65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 17 additions and 1 deletions

View file

@ -20,6 +20,7 @@
#include "ObjectGuid.h"
#include "ScriptObject.h"
#include <vector>
enum ArenaHook
{