diff --git a/server/src/addons-sources.ts b/server/src/addons-sources.ts index 9e4e897..618c27e 100644 --- a/server/src/addons-sources.ts +++ b/server/src/addons-sources.ts @@ -14,7 +14,7 @@ export const defaultSources: AddonSource[] = [ ref: 'pre-rewrite-backup' }, { - git: 'https://github.com/shirsig/aux-addon-vanilla.git', + git: 'https://github.com/OldManAlpha/aux-addon.git', name: 'aux-addon', description: 'Auction House replacement with advanced filtering and search' }, @@ -25,7 +25,7 @@ export const defaultSources: AddonSource[] = [ git: 'https://github.com/DBFBlackbull/BitesCookBook.git', description: 'Tracks which items are used in cooking and what they create' }, - { git: 'https://github.com/bhhandley/CleveRoidMacros.git', branch: 'main' }, + { git: 'https://github.com/cutiepoka/CleveRoidMacros.git', branch: 'main' }, { git: 'https://github.com/Cinecom/ConsumesManager.git', branch: 'main', @@ -36,7 +36,7 @@ export const defaultSources: AddonSource[] = [ name: 'Cursive-Raid', description: 'Raid debuff tracker with profiles and multi-curse assist (SuperWoW)' }, - { git: 'https://github.com/Player-Doite/DoiteAuras.git', branch: 'main' }, + { git: 'https://github.com/pepopo978/DoiteAuras.git', branch: 'main' }, { git: 'https://github.com/Stormhand-dev/DragonflightUI-Reforged.git', branch: 'main' }, { git: 'https://github.com/Fiurs-Hearth/ExtraResourceBars.git', @@ -65,14 +65,14 @@ export const defaultSources: AddonSource[] = [ description: 'Item set manager with quick-swap menus for inventory' }, { - git: 'https://github.com/CosminPOP/_LazyPig.git', + git: 'https://github.com/Otari98/_LazyPig.git', name: '_LazyPig', description: 'Auto-dismount, auto-accept, auto-roll, and chat spam filter. /lp to configure' }, - { git: 'https://github.com/Spartelfant/LevelRange-Turtle.git', branch: 'main' }, + { git: 'https://github.com/Dusk-92/LevelRange-Octo.git', branch: 'main' }, { git: 'https://github.com/tilare/MessageBox.git', branch: 'main' }, { - git: 'https://github.com/tdymel/ModifiedPowerAuras.git', + git: 'https://github.com/MarcelineVQ/ModifiedPowerAuras.git', description: "Advanced version of Sinesther's Power Auras" }, { @@ -86,7 +86,7 @@ export const defaultSources: AddonSource[] = [ }, { git: 'https://github.com/tilare/MovementTracker.git', branch: 'main' }, { - git: 'https://github.com/pepopo978/NampowerSettings.git', + git: 'https://github.com/Emyrk/NampowerSettings.git', description: 'Settings panel for the Nampower spellqueue addon' }, { @@ -100,7 +100,7 @@ export const defaultSources: AddonSource[] = [ description: 'Raid management: roles, trade distribution, soft-reserve validation' }, { - git: 'https://github.com/CosminPOP/PallyPower.git', + git: 'https://github.com/ShikawaLePaladin/PallyPowerTW.git', description: 'Paladin buff and assignment manager for raids and parties' }, { @@ -109,7 +109,7 @@ export const defaultSources: AddonSource[] = [ description: 'pfQuest extension showing all monster drops and quest chains. /pfex' }, { git: 'https://github.com/shagu/pfQuest.git' }, - { git: 'https://github.com/shagu/pfQuest-turtle.git' }, + { git: 'https://github.com/KameleonUK/pfQuest-turtle.git' }, { git: 'https://github.com/shagu/pfUI.git' }, { git: 'https://github.com/jrc13245/pfUI-addonskinner.git', @@ -134,7 +134,7 @@ export const defaultSources: AddonSource[] = [ }, { git: 'https://github.com/SabineWren/Quiver.git', branch: 'main' }, { - git: 'https://github.com/hazlema/Rested.git', + git: 'https://github.com/thezephyrsong/Rested.git', description: 'Progress bar showing your rested XP while resting' }, { git: 'https://github.com/Otari98/Rinse.git' }, @@ -147,9 +147,9 @@ export const defaultSources: AddonSource[] = [ git: 'https://github.com/shagu/ShaguPlates.git', description: 'Nameplates with castbars and class colors. /splates' }, - { git: 'https://github.com/shagu/ShaguTweaks.git' }, + { git: 'https://github.com/paokkerkir/ShaguTweaks.git' }, { - git: 'https://github.com/shagu/ShaguTweaks-extras.git', + git: 'https://github.com/paokkerkir/ShaguTweaks-extras.git', description: 'Extras module for ShaguTweaks (additional UI tweaks)' }, { git: 'https://github.com/pepopo978/SimpleActionSets.git' }, diff --git a/src/common/mods.ts b/src/common/mods.ts index 940e8bc..944ac18 100644 --- a/src/common/mods.ts +++ b/src/common/mods.ts @@ -67,15 +67,15 @@ export const MODS: ModEntry[] = [ { id: 'nampower', name: 'nampower', - version: 'v4.6.0', + version: 'v4.6.2', description: 'A client modification that minimizes your input lag if you have higher latency.', - repoUrl: 'https://gitea.com/avitasia/nampower', + repoUrl: 'https://github.com/Emyrk/nampower', requires: ['vanillaFixes'], source: { kind: 'directFile', - url: 'https://gitea.com/avitasia/nampower/releases/download/v4.6.0/nampower.dll', - pinnedTag: 'v4.6.0', + url: 'https://github.com/Emyrk/nampower/releases/download/v4.6.2/nampower.dll', + pinnedTag: 'v4.6.2', assetName: 'nampower.dll' }, registerInDllsTxt: 'nampower.dll'