From 0204c0a3652b23af87a1590baa3329b2efa1eb96 Mon Sep 17 00:00:00 2001 From: Yang Chun Ung Date: Mon, 30 Dec 2024 14:44:26 +0900 Subject: [PATCH] Fix referenced buff not work --- nekoyume/Assets/_Scripts/Editor/TestArenaSimulationUI.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nekoyume/Assets/_Scripts/Editor/TestArenaSimulationUI.cs b/nekoyume/Assets/_Scripts/Editor/TestArenaSimulationUI.cs index ad617f1700..6b01786a70 100644 --- a/nekoyume/Assets/_Scripts/Editor/TestArenaSimulationUI.cs +++ b/nekoyume/Assets/_Scripts/Editor/TestArenaSimulationUI.cs @@ -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(), _me,