Skip to content
Snippets Groups Projects
Commit 3119d467 authored by hwp's avatar hwp
Browse files

fixed shop exploit due to index bug

parent 93dd0573
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@
<<set _csslot = $clothingShopSlot>>
<<capture _item _itemData _shopLocation _csslot _outfits>>
<<link _itemData.name_cap>>
<<set $clothes_choice = clothesIndex(_slot,_item)>>
<<set $clothes_choice = clothesIndex(_csslot,_item)>>
<<set $clothes_choice_reveal = _item.reveal>>
<<set $clothes_choice_integrity = _itemData.integrity_max>>
<<unset $colouraction>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment