From b38efb6ccf30e09951a53327498b31d8a86eba2c Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 30 Apr 2023 05:44:43 +0200 Subject: [PATCH] Fix code style --- test/pack_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pack_test.cpp b/test/pack_test.cpp index 73f793cd0..ef54d3745 100644 --- a/test/pack_test.cpp +++ b/test/pack_test.cpp @@ -414,7 +414,7 @@ TEST_F(PackTest, UnPackItem_diablo) TEST_F(PackTest, UnPackItem_diablo_unique_bug) { const auto pkItemBug = SwappedLE(ItemPack { 6, 15 | CF_UPER1 | CF_UPER15 | CF_UNIQUE, 14, 5, 60, 60, 0, 0, 0, 0 }); // Veil of Steel - with morph bug - const auto pkItem = SwappedLE(ItemPack { 6, 15 | CF_UPER15 | CF_UNIQUE, 14, 5, 60, 60, 0, 0, 0, 0 }); // Veil of Steel - fixed + const auto pkItem = SwappedLE(ItemPack { 6, 15 | CF_UPER15 | CF_UNIQUE, 14, 5, 60, 60, 0, 0, 0, 0 }); // Veil of Steel - fixed gbIsHellfire = false; gbIsMultiplayer = false;