Skip to content

Commit

Permalink
Update enchanting.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Travisani authored Nov 28, 2023
1 parent ae01003 commit b09fe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-otservbr-global/scripts/actions/other/enchanting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function enchanting.onUse(player, item, fromPosition, target, toPosition, isHotk
return true
end

if item.itemid == 676 and table.contains({ 3123, 9020 }, target.itemid) then
if item.itemid == 676 and table.contains({ 9020 }, target.itemid) then
target:transform(9019)
item:remove(1)
toPosition:sendMagicEffect(CONST_ME_MAGIC_RED)
Expand Down

0 comments on commit b09fe9e

Please sign in to comment.