Skip to content

Commit

Permalink
Update gems.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Sep 13, 2024
1 parent 4474eae commit 7231dd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data-otservbr-global/scripts/actions/other/gems.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ function gems.onUse(player, item, fromPosition, target, toPosition, isHotkey)
toPosition:sendMagicEffect(setting.effect)
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, setting.message)
item:remove(1)
-- Incrementa a storage para o próximo valor
player:setStorageValue(setting.storage, setting.value + 1)
addEvent(lionsRockCreateField, 2 * 1000, setting.itemPos, setting.fieldId, setting.storage)
addEvent(lionsRockFieldReset, 60 * 1000)
Expand Down

0 comments on commit 7231dd5

Please sign in to comment.