Fixed issues Jorge found.

This commit is contained in:
Filip Maj 2017-09-09 16:30:29 -04:00
parent 16e99040e0
commit a309e651da
4 changed files with 15 additions and 9 deletions

View file

@ -58,7 +58,7 @@ function onEventStarted(player, actor, triggerName, invActionInfo, param1, param
--Equip Item
if (invActionInfo ~= nil) then
item = player:GetInventory(0):GetItemBySlot(invActionInfo.slot);
item = player:GetInventory(0):GetItemAtSlot(invActionInfo.slot);
equipItem(player, equipSlot, item);
player:SendAppearance();
--Unequip Item