Skip to content

Commit

Permalink
bump rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEDev committed Mar 17, 2024
1 parent b0045b0 commit c49da27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data-otservbr-global/npc/tarun.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ end
local function creatureSayCallback(npc, creature, type, message)
local player = Player(creature)
local playerId = player:getId()

if not npcHandler:checkInteraction(npc, creature) then
return false
end

if MsgContains(message, "mission") then
if player:getStorageValue(Storage.AdventurersGuild.TheLostBrother) < 1 then
npcHandler:setTopic(playerId, 1)
Expand Down

0 comments on commit c49da27

Please sign in to comment.