Core/SAI: Implemented new source type SMART_SCRIPT_TYPE_EVENT (3)

Port From (https://github.com/TrinityCore/TrinityCore/commit/d015711fbb7a8bf57f7bb64ba8113c942d5125de)
This commit is contained in:
hondacrx
2023-07-23 18:06:11 -04:00
parent bef7b60baa
commit 25a4d5b354
10 changed files with 208 additions and 74 deletions
@@ -4026,7 +4026,7 @@ namespace Game.Entities
}
if (eventId != 0)
GameEvents.Trigger(eventId, _owner, null);
GameEvents.Trigger(eventId, _owner, _owner);
if (_autoCycleBetweenStopFrames)
{