Skip to content

Commit

Permalink
fix: knight outfit quest (#1918)
Browse files Browse the repository at this point in the history
Changes the id from a normal steel helmet to the damaged steel helmet
  • Loading branch information
macvirii authored Nov 27, 2023
1 parent 88d04c6 commit e19aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-otservbr-global/npc/gregor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ local function creatureSayCallback(npc, creature, type, message)
npcHandler:setTopic(playerId, 0)
elseif npcHandler:getTopic(playerId) == 4 then
if MsgContains(message, "yes") then
if not player:removeItem(3351, 1) then
if not player:removeItem(5924, 1) then
npcHandler:say("Lying is not exactly honourable, |PLAYERNAME|. Shame on you.", npc, creature)
return true
end
Expand Down

0 comments on commit e19aded

Please sign in to comment.