From e6c749f51c5d988cb6fe63c6f9f11a9c552a631b Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Mon, 11 Jan 2021 13:25:16 +0100 Subject: [PATCH] Fix typo Thx choc --- SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp index a734c3e11..35c101abd 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp @@ -207,7 +207,7 @@ class ItemBucket : CA_Magazine type = 256; }; -class ItemSuicase : CA_Magazine +class ItemSuitcase : CA_Magazine { scope = 2; count = 1; @@ -218,7 +218,7 @@ class ItemSuicase : CA_Magazine type = 256; }; -class ItemSuicaseDiamonds : CA_Magazine +class ItemSuitcaseDiamonds : CA_Magazine { scope = 2; count = 1; @@ -229,7 +229,7 @@ class ItemSuicaseDiamonds : CA_Magazine type = 256; }; -class ItemSuicaseBomb : CA_Magazine +class ItemSuitcaseBomb : CA_Magazine { scope = 2; count = 1;