Messed up the commit history, so here is all the files rip, Credit to TrinityCore
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Scripts.Smart
|
||||
{
|
||||
public SmartEventTrigger() : base("SmartEventTrigger") { }
|
||||
|
||||
void OnTrigger(WorldObject obj, WorldObject invoker, uint eventId)
|
||||
public override void OnTrigger(WorldObject obj, WorldObject invoker, uint eventId)
|
||||
{
|
||||
Log.outDebug(LogFilter.ScriptsAi, $"Event {eventId} is using SmartEventTrigger script");
|
||||
SmartScript script = new();
|
||||
|
||||
Reference in New Issue
Block a user