Core/SAI: add param3 to SMART_ACTION_CALL_TIMED_ACTIONLIST to allow it to override a currently running actionlist.

Port From (https://github.com/TrinityCore/TrinityCore/commit/d197a7ce9b376f45e5de1a5aab3df75b77b62d8f)
This commit is contained in:
hondacrx
2021-12-24 21:09:51 -05:00
parent 85d81d39fc
commit 958dbbb4d9
2 changed files with 2 additions and 1 deletions
@@ -2899,6 +2899,7 @@ namespace Game.AI
{
public uint id;
public uint timerType;
public uint allowOverride;
}
public struct RandTimedActionList
{