You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move S1 Dragon Force calculations over to the S2/S3 model of tracking unlocked nodes and computing the cumulative status dynamically from the unlocks, rather than tracking the cumulant from the DB alone. Fix issue where the final node of the 4th page was the wrong type, preventing completion of an achievement.
// Old DB is in use and new table not populated with required data for character
64
-
Logger.Error($"Character: AccountId={character.AccountId}, CharacterId={character.CharacterId}, CommonId={character.CommonId} is missing table entry in 'ddon_orb_gain_extend_param'.");
// Old DB is in use and new table not populated with required data for character
332
-
Logger.Error($"Character: AccountId={character.AccountId}, CharacterId={character.ContentCharacterId}, CommonId={character.CommonId}, PawnCommonId={pawn.CommonId} is missing table entry in 'ddon_orb_gain_extend_param'.");
333
-
}
334
322
if(pawn.PawnType!=PawnType.Main)
335
323
{
336
324
Logger.Error($"Character: AccountId={character.AccountId}, CharacterId={character.ContentCharacterId}, CommonId={character.CommonId}, PawnCommonId={pawn.CommonId} has invalid pawn type; locally setting pawn type back to Main.");
0 commit comments