fix(Core/SAI): Fix crash when using SMART_TARGET_INSTANCE_STORAGE in … (#23033)

This commit is contained in:
Andrew
2025-09-27 12:09:27 -03:00
committed by GitHub
parent 1736b7501f
commit 84d55972fd
2 changed files with 22 additions and 18 deletions

View File

@@ -1993,6 +1993,8 @@ public:
uint32 GetActionType() const { return (uint32)action.type; }
uint32 GetTargetType() const { return (uint32)target.type; }
[[nodiscard]] bool IsAreatriggerScript() const { return source_type == SMART_SCRIPT_TYPE_AREATRIGGER; }
uint32 timer;
uint32 priority;
bool active;