Skip to content

Commit

Permalink
missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo09 committed Nov 6, 2024
1 parent 2be87f6 commit d2d558d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/libs/compat/compat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ function isPremium(cid)
return p ~= nil and p:isPremium() or false
end

function getBlessingsCost(level, byCommand)
return Blessings.getBlessingsCost(level, byCommand)
function getBlessingsCost(level, byCommand, blessId)
return Blessings.getBlessingsCost(level, byCommand, blessId)
end

function getPvpBlessingCost(level, byCommand)
Expand Down

0 comments on commit d2d558d

Please sign in to comment.