Browse Source

Fix code style

pull/6067/head
Anders Jenbo 3 years ago
parent
commit
b38efb6ccf
  1. 2
      test/pack_test.cpp

2
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;

Loading…
Cancel
Save