1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 21:06:43 +00:00

Fix not being able to equip arrows/bolts

This commit is contained in:
scrawl 2013-05-17 14:11:19 +02:00
parent 3cadb5918f
commit d096b19307

View file

@ -404,8 +404,8 @@ namespace MWClass
{ {
return std::make_pair (2, ""); return std::make_pair (2, "");
} }
return std::make_pair (1, "");
} }
return std::make_pair(1, "");
} }
return std::make_pair (0, ""); return std::make_pair (0, "");
} }