Browse Source

Add Gnat Sting to tests

pull/1598/head
Anders Jenbo 5 years ago
parent
commit
53287ae0b0
  1. 2
      test/pack_test.cpp

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

Loading…
Cancel
Save