Skip to content

Commit

Permalink
fix tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Sep 10, 2024
1 parent 9800393 commit da4312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DummyData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ItemTemplate& t = sObjectMgr->_itemTemplateStore[itemId];
t = {};
t.ItemId = itemId;
t.Class = ItemClass::ITEM_CLASS_MISC;
t.Class = ItemClass::ITEM_CLASS_MISCELLANEOUS;
t.SoundOverrideSubclass = -1;
t.Name1 = name;
t.Quality = ItemQualities::ITEM_QUALITY_ARTIFACT;
Expand Down

0 comments on commit da4312c

Please sign in to comment.