Fix bug with mainhand position
This commit is contained in:
parent
9b81706902
commit
d56bdb58f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue