Skip to content

Commit

Permalink
Update data-otservbr-global/npc/tarun.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Luan Luciano <[email protected]>
  • Loading branch information
CarlosE-Dev and Luan Luciano authored Mar 19, 2024
1 parent eafa747 commit cf2b950
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data-otservbr-global/npc/tarun.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ end

local function onTradeRequest(npc, creature)
local player = Player(creature)
if not player then
return false
end
local playerId = player:getId()

if player:getStorageValue(Storage.AdventurersGuild.TheLostBrother) ~= 3 then
Expand Down

0 comments on commit cf2b950

Please sign in to comment.