Fix bug with mainhand position

This commit is contained in:
Justin Edmund 2022-01-30 03:09:20 -08:00
parent 9b81706902
commit d56bdb58f8

View file

@ -67,7 +67,7 @@ const WeaponGrid = (props: Props) => {
<div id="weapon_grids">
<div id="WeaponGrid">
<WeaponUnit
onClick={() => { openSearchModal(0) }}
onClick={() => { openSearchModal(-1) }}
editable={props.editable}
key="grid_mainhand"
position={-1}