From 53287ae0b0fa10eceb00c6f5c3275ba2d1d6b6ff Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 18 Apr 2021 23:39:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Add=20Gnat=20Sting=20to=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/pack_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/pack_test.cpp b/test/pack_test.cpp index 2d30223ed..7e9513017 100644 --- a/test/pack_test.cpp +++ b/test/pack_test.cpp @@ -431,6 +431,7 @@ const PkItemStruct PackedHellfireItems[] = { { 954183925, 261, 144, 3, 26, 40, 0, 0, 0, 0 }, // Bent Bow { 438248055, 711, 136, 5, 32, 32, 0, 0, 0, 0 }, // Civerb's Cudgel { 1133027011, 328, 139, 3, 8, 20, 0, 0, 0, 0 }, // Deadly Club + { 224835143, 732, 144, 5, 255, 255, 0, 0, 0, 0 }, // Gnat Sting // clang-format on }; @@ -497,6 +498,7 @@ const TestItemStruct HellfireItems[] = { { "Bent Bow", 3, 1, 102, 1, 2, 5, 0, 0, 0, 0, 0, 0, 26, 40, -69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, 20, 0, 35, 144 }, { "Civerb's Cudgel", 4, 1, 59, 2000, 1, 8, 0, 1073741824, 0, 0, 0, 0, 32, 32, 0, 0, 0, 0, -2, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, -1, -1, 16, 0, 0, 136 }, { "Deadly Club", 4, 1, 70, 1556, 3, 6, 0, 0, 0, 0, 0, 0, 8, 20, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 18, 0, 0, 139 }, + { "Gnat Sting", 3, 1, 210, 30000, 1, 2, 0, 131584, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 98, 0, 0, 0, 0, -1, -1, 20, 0, 35, 144 }, // clang-format on };