Skip to content

Commit

Permalink
Update pack_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 authored and AJenbo committed Apr 18, 2024
1 parent 59ae17d commit fc6f9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pack_test.cpp
Expand Up @@ -343,7 +343,7 @@ const TestItemStruct DiabloItems[] = {
{ "Falchion", ItemType::Sword, 1, 62, 250, 4, 8, 0, ItemSpecialEffect::None, 0, SpellID::Null, 0, 0, 10, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 30, 0, 0, 120 },
{ "Long Sword of vim", ItemType::Sword, 1, 60, 4400, 2, 10, 0, ItemSpecialEffect::None, 0, SpellID::Null, 0, 0, 18, 40, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 25, 30, 0, 30, 125 },
{ "Frog's Staff of Holy Bolt", ItemType::Staff, 1, 109, 1, 2, 4, 0, ItemSpecialEffect::None, 23, SpellID::HolyBolt, 60, 60, 10, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, -1, 0, 20, 0, 151 },
{ "Short Staff of Charged Bolt", ItemType::Staff, 1, 109, 520, 2, 4, 0, ItemSpecialEffect::None, 23, SpellID::ChargedBolt, 9, 40, 25, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 20, 0, 166 },
{ "Short Staff of Charged Bolt", ItemType::Staff, 1, 109, 470, 2, 4, 0, ItemSpecialEffect::None, 23, SpellID::ChargedBolt, 9, 40, 25, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 25, 0, 166 },
{ "Short Staff of Charged Bolt", ItemType::Staff, 1, 109, 1, 2, 4, 0, ItemSpecialEffect::None, 23, SpellID::ChargedBolt, 50, 50, 18, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 25, 0, 151 },
{ "Cap of the mind", ItemType::Helm, 2, 91, 1845, 0, 0, 2, ItemSpecialEffect::None, 0, SpellID::Null, 0, 0, 12, 15, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 21, 0, 0, 0, 48 },
{ "Quilted Armor of protection", ItemType::LightArmor, 2, 129, 1200, 0, 0, 7, ItemSpecialEffect::None, 0, SpellID::Null, 0, 0, 30, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1, 30, 0, 0, 0, 58 },
Expand Down

0 comments on commit fc6f9ed

Please sign in to comment.