mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
10 lines
260 B
Lua
10 lines
260 B
Lua
dofile(CORE_DIRECTORY .. "/libs/systems/blessing.lua")
|
|
|
|
local checkBless = Action()
|
|
|
|
function checkBless.onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
|
return Blessings.checkBless(player)
|
|
end
|
|
|
|
checkBless:id(6561, 11468)
|
|
checkBless:register()
|