Misc fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user