Core/SAI: Add event_parm5 "player only" for EVENT_OOC_LOS and EVENT_IC_LOS

Port From (https://github.com/TrinityCore/TrinityCore/commit/77ee6dca456110336700460b25273a4de8061248)
This commit is contained in:
hondacrx
2021-03-04 15:37:34 -05:00
parent 9318cf2781
commit a43e8468dc
2 changed files with 9 additions and 4 deletions
@@ -1938,6 +1938,7 @@ namespace Game.AI
public uint maxDist;
public uint cooldownMin;
public uint cooldownMax;
public uint playerOnly;
}
public struct Respawn
{