Skip to content

Commit

Permalink
fix: remove comment to run build
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Oct 26, 2023
1 parent a83e753 commit 2a69f79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data-otservbr-global/npc/imbuement_assistant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ local function creatureSayCallback(npc, creature, type, message)
if MsgContains(message, "imbuement packages") then
npcHandler:setTopic(playerId, 1)
npcHandler:say(imbuementPackages, npc, creature)
-- Skill increase packages
elseif imbuementPackagesData[message] then
purchaseItems(npc, player, message)
elseif MsgContains(message, "yes") and npcHandler:getTopic(playerId) == 2 then
Expand Down

0 comments on commit 2a69f79

Please sign in to comment.