Skip to content

Commit

Permalink
feat: duelist canny should be dodge not shield ac bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
plenarius committed Sep 26, 2024
1 parent c75aa2e commit 6c472d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Layonara/Layonara.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ ArgumentStack Layonara::SetDuelistCannyDefense(ArgumentStack&& args)
eff->m_nType = EffectTrueType::ACIncrease;
eff->m_nSubType = EffectSubType::Supernatural | EffectDurationType::Innate;
eff->m_bShowIcon = 0;
eff->m_nParamInteger[0] = ACBonus::Shield;
eff->m_nParamInteger[0] = ACBonus::Dodge;
eff->m_nParamInteger[1] = nBonus;
eff->m_nParamInteger[2] = RacialType::Invalid;
eff->m_nParamInteger[3] = 0;
Expand Down

0 comments on commit 6c472d0

Please sign in to comment.