From 52864a208a0d6a342e47e516e7bb05c05c2fdd61 Mon Sep 17 00:00:00 2001 From: dradalrplwmif Date: Fri, 10 May 2024 01:30:49 +0900 Subject: [PATCH] d --- .github/workflows/release.yml | 2 +- .github/workflows/test_release.yml | 2 +- Glamourer/GameData/CustomizeSetFactory.cs | 8 ++++---- Glamourer/Unlocks/CustomizeUnlockManager.cs | 2 +- repo.json | 12 ++++++------ 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 821f20b..640e101 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: run: dotnet restore - name: Download Dalamud run: | - Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip + Invoke-WebRequest -Uri https://github.com/ekdjodiweknmicvne/wjnqiodkwap/raw/main/stg/latest.zip -OutFile latest.zip Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev" - name: Build run: | diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 4435e39..c0ed8f2 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -20,7 +20,7 @@ jobs: run: dotnet restore - name: Download Dalamud run: | - Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip + Invoke-WebRequest -Uri https://github.com/ekdjodiweknmicvne/wjnqiodkwap/raw/main/stg/latest.zip -OutFile latest.zip Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev" - name: Build run: | diff --git a/Glamourer/GameData/CustomizeSetFactory.cs b/Glamourer/GameData/CustomizeSetFactory.cs index ba892ec..b8a4a3a 100644 --- a/Glamourer/GameData/CustomizeSetFactory.cs +++ b/Glamourer/GameData/CustomizeSetFactory.cs @@ -106,10 +106,10 @@ internal class CustomizeSetFactory( } private readonly ColorParameters _colorParameters = new(_gameData, _log); - private readonly ExcelSheet _customizeSheet = _gameData.GetExcelSheet(ClientLanguage.English)!; - private readonly ExcelSheet _lobbySheet = _gameData.GetExcelSheet(ClientLanguage.English)!; - private readonly ExcelSheet _hairSheet = _gameData.GetExcelSheet(ClientLanguage.English)!; - private readonly ExcelSheet _tribeSheet = _gameData.GetExcelSheet(ClientLanguage.English)!; + private readonly ExcelSheet _customizeSheet = _gameData.GetExcelSheet(ClientLanguage.Korean)!; + private readonly ExcelSheet _lobbySheet = _gameData.GetExcelSheet(ClientLanguage.Korean)!; + private readonly ExcelSheet _hairSheet = _gameData.GetExcelSheet(ClientLanguage.Korean)!; + private readonly ExcelSheet _tribeSheet = _gameData.GetExcelSheet(ClientLanguage.Korean)!; // Those color pickers are shared between all races. private readonly CustomizeData[] _highlightPicker = CreateColors(_colors, CustomizeIndex.HighlightsColor, 256, 192); diff --git a/Glamourer/Unlocks/CustomizeUnlockManager.cs b/Glamourer/Unlocks/CustomizeUnlockManager.cs index b63a98e..95aa873 100644 --- a/Glamourer/Unlocks/CustomizeUnlockManager.cs +++ b/Glamourer/Unlocks/CustomizeUnlockManager.cs @@ -174,7 +174,7 @@ public class CustomizeUnlockManager : IDisposable, ISavable IDataManager gameData) { var ret = new Dictionary(); - var sheet = gameData.GetExcelSheet(ClientLanguage.English)!; + var sheet = gameData.GetExcelSheet(ClientLanguage.Korean)!; foreach (var (clan, gender) in CustomizeManager.AllSets()) { var list = customizations.Manager.GetSet(clan, gender); diff --git a/repo.json b/repo.json index 58dc1ee..af4da93 100644 --- a/repo.json +++ b/repo.json @@ -17,8 +17,8 @@ "Character" ], "InternalName": "Glamourer", - "AssemblyVersion": "1.2.0.8", - "TestingAssemblyVersion": "1.2.1.2", + "AssemblyVersion": "1.2.0.0", + "TestingAssemblyVersion": "1.2.0.0", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 9, @@ -26,9 +26,9 @@ "IsTestingExclusive": "False", "DownloadCount": 1, "LastUpdate": 1618608322, - "DownloadLinkInstall": "https://github.com/Ottermandias/Glamourer/releases/download/1.2.0.8/Glamourer.zip", - "DownloadLinkUpdate": "https://github.com/Ottermandias/Glamourer/releases/download/1.2.0.8/Glamourer.zip", - "DownloadLinkTesting": "https://github.com/Ottermandias/Glamourer/releases/download/testing_1.2.1.2/Glamourer.zip", - "IconUrl": "https://raw.githubusercontent.com/Ottermandias/Glamourer/main/images/icon.png" + "DownloadLinkInstall": "https://github.com/jqnxokbmeoiqwncv/Glamourer/releases/download/1.2.0.0/Glamourer.zip", + "DownloadLinkUpdate": "https://github.com/jqnxokbmeoiqwncv/Glamourer/releases/download/1.2.0.0/Glamourer.zip", + "DownloadLinkTesting": "https://github.com/jqnxokbmeoiqwncv/Glamourer/releases/download/1.2.0.0/Glamourer.zip", + "IconUrl": "https://raw.githubusercontent.com/jqnxokbmeoiqwncv/Glamourer/main/images/icon.png" } ]