Skip to content

Commit

Permalink
Adds Quantity support to WornEquipment
Browse files Browse the repository at this point in the history
  • Loading branch information
elfyyy committed Dec 13, 2015
1 parent 3d93854 commit 45b79a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/gametabs/WornEquipment.simba
Expand Up @@ -52,6 +52,7 @@ begin
with Self do
begin
Id := EquipmentChild.GetItemId;
Quantity := EquipmentChild.GetItemStackSizes;
EquipSlot := Slot;
end;
EquipmentChild.Free;
Expand Down

0 comments on commit 45b79a2

Please sign in to comment.