From c3eed4301236e762def752103fc9aa92ebcbbe49 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 19 Jun 2021 16:59:41 +0200 Subject: [PATCH] Add "useful" items to test --- test/pack_test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/pack_test.cpp b/test/pack_test.cpp index 2381d97e0..a44bbef19 100644 --- a/test/pack_test.cpp +++ b/test/pack_test.cpp @@ -550,6 +550,9 @@ const PkItemStruct PackedHellfireItems[] = { { 979073763, 267, 119, 3, 13, 13, 0, 0, 0, 0 }, // Crystalline Sword of the leech { 1294354855, 8208, 153, 3, 45, 45, 14, 14, 0, 0 }, // Plentiful Staff of Mana Shield { 695065155, 2078, 155, 3, 75, 75, 0, 0, 0, 0 }, // King's War Staff + { 1100844414, 386, 25, 0, 0, 0, 0, 0, 0, 0 }, // Potion of Mana + { 1944120644, 386, 27, 0, 0, 0, 0, 0, 0, 0 }, // Scroll of Town Portal + { 525564945, 385, 25, 0, 0, 0, 0, 0, 0, 0 }, // Potion of Mana // clang-format on }; @@ -641,6 +644,9 @@ const TestItemStruct HellfireItems[] = { { "Crystalline Sword of the leech", 1, 1, 64, 10020, 2, 6, 0, 32768, 0, 0, 0, 0, 13, 13, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 56, 18, 0, 0, 119 }, { "Plentiful Staff of Mana Shield", 10, 1, 166, 6360, 5, 10, 0, 0, 23, 11, 14, 14, 45, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, -1, 0, 25, 0, 153 }, { "King's War Staff", 10, 1, 124, 92000, 8, 16, 0, 0, 23, 0, 0, 0, 75, 75, 175, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, -1, 30, 0, 0, 155 }, + { "Potion of Mana", 0, 3, 39, 50, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 25 }, + { "Scroll of Town Portal", 0, 3, 1, 200, 0, 0, 0, 0, 21, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 27 }, + { "Potion of Mana", 0, 3, 39, 50, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 25 }, // clang-format on };