mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 18:19:20 +02:00
minor function change in rake
This commit is contained in:
parent
651ca9e075
commit
dd617a66a3
@ -1,6 +1,6 @@
|
||||
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
||||
-- The Shattered Isles Parrot ring
|
||||
if target.itemid == 6094 then
|
||||
if target:getId() == 6094 then
|
||||
if player:getStorageValue(17502) == 1 and player:getStorageValue(17503) ~= 1 then
|
||||
toPosition:sendMagicEffect(CONST_ME_POFF)
|
||||
Game.createItem(6093, 1, Position(32422, 32770, 1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user