mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-12-13 23:49:46 +01:00
Updated to OTCv8 3.0 rev 43
This commit is contained in:
@@ -124,7 +124,7 @@ context.usewith = function(thing, target, subtype)
|
||||
if type(thing) == 'number' then
|
||||
return g_game.useInventoryItemWith(thing, target, subtype)
|
||||
else
|
||||
return g_game.useWith(item, target, subtype)
|
||||
return g_game.useWith(thing, target, subtype)
|
||||
end
|
||||
end
|
||||
context.useWith = context.usewith
|
||||
|
||||
Reference in New Issue
Block a user