From fb8f0c3501ce569d968b74282c1ee5bd501a4f66 Mon Sep 17 00:00:00 2001 From: KPhoenix Date: Fri, 31 Dec 2021 19:26:05 -0500 Subject: [PATCH] Update pack_test.cpp --- 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 2ad16b73b..497b8314f 100644 --- a/test/pack_test.cpp +++ b/test/pack_test.cpp @@ -325,7 +325,7 @@ const TestItemStruct DiabloItems[] = { { "Soldier's Sword of vigor", ItemType::Sword, 1, 57, 31600, 6, 15, 0, 0, 0, 0, 0, 0, 60, 60, 66, 19, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 25, 50, 0, 0, 127 }, { "Fine Long Bow of the pit", ItemType::Bow, 1, 102, 2152, 1, 6, 0, 0, 0, 0, 0, 0, 35, 35, 49, 10, 0, -2, -2, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 28, 25, 0, 30, 145 }, { "Sharp Sword of atrophy", ItemType::Sword, 1, 60, 1958, 2, 10, 0, 0, 0, 0, 0, 0, 24, 40, 34, 4, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 24, 30, 0, 30, 125 }, - { "Emerald Bow of burning", ItemType::Bow, 1, 119, 107000, 1, 14, 0, 8, 0, 0, 0, 0, 60, 60, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 0, 0, 0, 0, 0, 0, 0, 1, 16, 0, 0, 11, 42, 45, 0, 80, 150 }, + { "Emerald Bow of burning", ItemType::Bow, 1, 120, 107000, 1, 14, 0, 8, 0, 0, 0, 0, 60, 60, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 0, 0, 0, 0, 0, 0, 0, 1, 16, 0, 0, 11, 42, 45, 0, 80, 150 }, // clang-format on };