Skip to content

Commit

Permalink
Resolve compilation warnings about truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack committed Dec 11, 2024
1 parent b91e361 commit 876f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items.h
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class ItemType
uint16_t transformDeEquipTo = 0;
uint16_t maxItems = 8;
uint16_t slotPosition = SLOTP_HAND;
uint16_t equipSlot = SLOTP_WHEREEVER;
uint16_t equipSlot = SLOTP_HAND;
uint16_t speed = 0;
uint16_t wareId = 0;
uint16_t imbuementslots = 0;
Expand Down

0 comments on commit 876f90d

Please sign in to comment.