Misc fixes

This commit is contained in:
hondacrx
2022-05-29 21:00:58 -04:00
parent ca2357fe13
commit b630cf134e
4 changed files with 18 additions and 60 deletions
@@ -932,7 +932,7 @@ namespace Game.AI
Log.outWarn(LogFilter.Sql, $"SmartAIMgr: {e} has unused target_param{index + 1} with value {value}, it must be 0, skipped.");
}
return valid;
return true;
}
bool IsEventValid(SmartScriptHolder e)