Skip to content

Commit

Permalink
Fix referenced buff not work
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Dec 30, 2024
1 parent b6a8f06 commit 0204c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nekoyume/Assets/_Scripts/Editor/TestArenaSimulationUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ private void Simulate()
_myCollectionState.GetModifiers(TestArena.Instance.TableSheets.CollectionSheet),
_enemyCollectionState.GetModifiers(TestArena.Instance.TableSheets.CollectionSheet),
TestArena.Instance.TableSheets.BuffLimitSheet,
TestArena.Instance.TableSheets.BuffLinkSheet);
TestArena.Instance.TableSheets.BuffLinkSheet,
true);
TestArena.Instance.Enter(log,
new List<ItemBase>(),
_me,
Expand Down

0 comments on commit 0204c0a

Please sign in to comment.