Skip to content

Commit 68d927c

Browse files
authoredSep 14, 2022
fix packet finder info (#119)
1 parent d4cb3d6 commit 68d927c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎Data/DcLang-Japanese.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ LANG=日本語
137137
10008=キャンセル
138138
10009=適用とセーブ
139139
10010=中央ラノシアまたは南方ボズヤで自動的に探します
140-
10011=闘神オーディン討滅戦に解除で入って見てください
140+
10011=ニーズヘッグ征竜戦に解除で入って見てください
141141
10012=マッチング
142142
10013=インスタンス
143143
10014=南方ボズヤでCEをまってください。右のリストにパゲットの候補が表示されたら項目をクリックしてください

‎Data/DcLang-Korean(Actoz).txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ LANG=한국어(액토즈)
137137
10008=취소
138138
10009=적용 및 저장
139139
10010=중부 라노시아에서 대기하면 값이 채워집니다. 또는 남부 보즈야/자트노르 교전으로도 알 수 있습니다.
140-
10011=토벌전 "투신 오딘 토벌전"에 해제로 입장해보세요.
140+
10011=토벌전 "니드호그 토벌전"에 해제로 입장해보세요.
141141
10012=매치
142142
10013=인스턴스
143143
10014=남부 보즈야/자트노르에서 비상 교전을 기다리세요. 오른쪽 보즈야 찾기에 후보 데이터가 뜨면 맞는 데이터를 선택하세요.

‎Data/DcLang-Korean(Test).txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ LANG=한국어
137137
10008=취소
138138
10009=적용 및 저장
139139
10010=중부 라노시아로 가시면 값이 채워집니다. 또는 남부 보즈야 전선의 스커미시로도 알 수 있습니다.
140-
10011=토벌전 "투신 오딘 토벌전"에 해제로 입장해보세요.
140+
10011="니드호그 토벌전"에 해제로 입장해보세요.
141141
10012=매치
142142
10013=인스턴스
143143
10014=남부 보즈야 전선으로 가서 크리티컬 인게이지먼트를 기다리세요. 오른쪽 보즈야 찾기에 후보 데이터가 뜨면 맞는 데이터를 선택하세요.

‎DcConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace DutyContent
1212
{
1313
class DcConfig
1414
{
15-
public static int PluginTag => 27;
15+
public static int PluginTag => 28;
1616
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
1717

1818
public static bool PluginEnable { get; set; }

‎Resources/mesg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ LANG=English
138138
10008=Cancel
139139
10009=Apply && Save
140140
10010=Go to Middle La Noscea. Wait for FATEs appear. Also skirmishes in "The Bozjan Southern Front" can be use.
141-
10011=Enter tial "Urth's Found" with undersize option.
141+
10011=Enter trial "The Final Steps of Faith" with undersize option.
142142
10012=Match
143143
10013=Instance
144144
10014=Go to "The Bozjan Southern Front" and wait Critical Engagements. Candidates will be appear at right side Bozja finder.

0 commit comments

Comments
 (0)
Please sign in to comment.