Skip to content

Commit

Permalink
Merge pull request #2626 from planetarium/feature/fix-frostbite-effec…
Browse files Browse the repository at this point in the history
…t-inarena

Feature/fix frostbite effect in arena
  • Loading branch information
eugene-doobu authored Jun 19, 2024
2 parents e793752 + f6b094e commit 59618e8
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 59618e8

Please sign in to comment.