From b97bd9af65c13979f827ba24df5a03f71ff02beb Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:24:47 +0200 Subject: [PATCH] Slash Lighting ID for GA605 https://github.com/seerge/g-helper/issues/2892 --- app/AnimeMatrix/SlashDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AnimeMatrix/SlashDevice.cs b/app/AnimeMatrix/SlashDevice.cs index 6dbee0c8..3ee5d7d3 100644 --- a/app/AnimeMatrix/SlashDevice.cs +++ b/app/AnimeMatrix/SlashDevice.cs @@ -219,7 +219,7 @@ namespace GHelper.AnimeMatrix public class SlashDeviceAura : SlashDevice { - public SlashDeviceAura(): base(0x193B) + public SlashDeviceAura(): base(0x19B6) { }