From 354d5d1d3672530c273276ad75e7d003c3f175c7 Mon Sep 17 00:00:00 2001
From: Wolfhill09 <harvey.akhurst@icloud.com>
Date: Tue, 4 Jul 2023 01:13:53 +0100
Subject: [PATCH] Add(Weapon.h): DB Shotgun + Component

---
 cWeapon.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cWeapon.h b/cWeapon.h
index 5eed35f..beda092 100644
--- a/cWeapon.h
+++ b/cWeapon.h
@@ -59,6 +59,7 @@ class cWeapon
 		"WEAPON_COMBATPDW",
 		"WEAPON_COMBATPISTOL",
 		"WEAPON_COMBATSHOTGUN",
+		"WEAPON_DBSHOTGUN",
 		"WEAPON_CROWBAR",
 		"WEAPON_GADGETPISTOL",
 		"WEAPON_GOLFCLUB",
@@ -297,6 +298,7 @@ class cWeapon
 		"COMPONENT_COMBATPISTOL_CLIP_01",
 		"COMPONENT_COMBATPISTOL_CLIP_02",
 		"COMPONENT_COMBATSHOTGUN_CLIP_01",
+		"COMPONENT_DBSHOTGUN_CLIP_01",
 		"COMPONENT_GADGETPISTOL_CLIP_01",
 		"COMPONENT_GRENADELAUNCHER_CLIP_01",
 		"COMPONENT_GUSENBERG_CLIP_01",