From 67e0a76fffaef3b626022d2b44842fed92742cc8 Mon Sep 17 00:00:00 2001 From: ShempError Date: Thu, 6 Aug 2026 16:22:43 +0200 Subject: [PATCH] Add DopingControl to the default addon sources --- server/src/addons-sources.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/src/addons-sources.ts b/server/src/addons-sources.ts index b3cbc87..70ac14a 100644 --- a/server/src/addons-sources.ts +++ b/server/src/addons-sources.ts @@ -67,6 +67,10 @@ export const defaultSources: AddonSource[] = [ description: 'Organizes LFG, profession, and hardcore chat announcements into a bulletin board' }, { git: 'https://github.com/Player-Doite/DoiteAuras.git' }, + { + git: 'https://github.com/ShempError/DopingControl.git', + description: 'Raid readiness: consumables, buffs, debuffs, resistances, hit and enchants' + }, { git: 'https://github.com/Stormhand-dev/DragonflightUI-Reforged.git' }, { git: 'https://github.com/Fiurs-Hearth/ExtraResourceBars.git',