Skip to content

Commit

Permalink
Add missing ThingAttrMarket to thingtype.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
h4b00 authored Feb 15, 2023
1 parent 161cb44 commit 44796dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/thingtype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ ThingFlagAttr ThingType::thingAttrToThingFlagAttr(ThingAttr attr) {
case ThingAttrExpireStop: return ThingFlagAttrExpireStop;
case ThingAttrPodium: return ThingFlagAttrPodium;
case ThingAttrTopEffect: return ThingFlagAttrTopEffect;
case ThingAttrMarket: return ThingFlagAttrMarket;
}

return ThingFlagAttrNone;
Expand Down

0 comments on commit 44796dd

Please sign in to comment.