forked from mirror/openmw-tes3mp
Fix not being able to equip arrows/bolts
This commit is contained in:
parent
3cadb5918f
commit
d096b19307
1 changed files with 1 additions and 1 deletions
|
@ -404,8 +404,8 @@ namespace MWClass
|
|||
{
|
||||
return std::make_pair (2, "");
|
||||
}
|
||||
return std::make_pair (1, "");
|
||||
}
|
||||
return std::make_pair(1, "");
|
||||
}
|
||||
return std::make_pair (0, "");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue