From cd697085ff6171f5858d29bcfd7ecba1498e2f2e Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:09:53 +0100 Subject: [PATCH] forgot the WID --- Alphanium/Source/Strings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alphanium/Source/Strings.h b/Alphanium/Source/Strings.h index de5dd12..023cda6 100644 --- a/Alphanium/Source/Strings.h +++ b/Alphanium/Source/Strings.h @@ -7,6 +7,6 @@ inline const std::vector kMapNames = { }; inline const std::vector kWeaponIds = { - "Assault_Auto_T02", - "Assault_Burst_T04" + "WID_Assault_Auto_T02", + "WID_Assault_Burst_T04" };