mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Minor fix
This commit is contained in:
parent
7c22e123f4
commit
623c2c8201
@ -43,7 +43,7 @@ namespace MWWorld
|
|||||||
for (std::vector<int>::const_iterator slot=slots.first.begin();
|
for (std::vector<int>::const_iterator slot=slots.first.begin();
|
||||||
slot!=slots.first.end(); ++slot)
|
slot!=slots.first.end(); ++slot)
|
||||||
{
|
{
|
||||||
switch(MWWorld::Class::get (*it).canBeEquipped (actor, *it))
|
switch(MWWorld::Class::get (getTarget()).canBeEquipped (actor, getTarget()))
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user