From d60ed73aa2f99a279b86861416de0e791d62eaa0 Mon Sep 17 00:00:00 2001 From: ldh Date: Fri, 10 May 2024 18:11:00 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A8=B8=EC=A7=80=20=EC=9D=B4=ED=9B=84=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/_2_0Script/Data/GameMod/HuntEagleDg/HuntEagleDgData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/_2_0Script/Data/GameMod/HuntEagleDg/HuntEagleDgData.cs b/Assets/_2_0Script/Data/GameMod/HuntEagleDg/HuntEagleDgData.cs index 3bde8e803..595b4daea 100644 --- a/Assets/_2_0Script/Data/GameMod/HuntEagleDg/HuntEagleDgData.cs +++ b/Assets/_2_0Script/Data/GameMod/HuntEagleDg/HuntEagleDgData.cs @@ -14,7 +14,7 @@ public class HuntEagleDgData : GameModData, IHasRewards, IAutoProgressable int requestCount = 0; Action, bool> onDoneGetResult; - public override string NameKey => "dungeon_title_DevelopTheJungle"; + public override string NameKey => "dungeon_title_HuntEagle"; public int OpenStage => (int)Property.openStage; public bool AutoProgress { get; set; }