Skip to content

Commit

Permalink
Merge branch 'development' of github.com:planetarium/lib9c into backm…
Browse files Browse the repository at this point in the history
…erge-1.13.0
  • Loading branch information
ipdae committed Jun 27, 2024
2 parents 315e97a + 59618e8 commit 8d5a55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib9c/Model/Character/CharacterBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ or SkillCategory.AreaAttack
{
var frostBite = skillInfo.IceShield.FrostBite(Simulator.StatBuffSheet, Simulator.BuffLinkSheet);
AddBuff(frostBite);
Simulator.Log.Add(new Tick(frostBite.RowData.GroupId, (CharacterBase)Clone(), usedSkill.SkillInfos, usedSkill.BuffInfos));
Simulator.Log.Add(new Tick(frostBite.RowData.Id, (CharacterBase)Clone(), usedSkill.SkillInfos, usedSkill.BuffInfos));
}
}

Expand Down

0 comments on commit 8d5a55d

Please sign in to comment.