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)
+1 -1
View File
@@ -693,7 +693,7 @@ namespace Game.Chat.Commands
uint delay = result.Read<uint>(2);
uint flag = result.Read<uint>(3);
uint ev_id = result.Read<uint>(4);
uint ev_chance = result.Read<uint>(5);
uint ev_chance = result.Read<ushort>(5);
handler.SendSysMessage("|cff00ff00Show info: for current point: |r|cff00ffff{0}|r|cff00ff00, Path ID: |r|cff00ffff{1}|r", point, pathid);
handler.SendSysMessage("|cff00ff00Show info: delay: |r|cff00ffff{0}|r", delay);