From e19adedb09efc947c5ae2fa3e769af72135ed5f0 Mon Sep 17 00:00:00 2001 From: macvirii <36471187+macvirii@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:49:44 -0300 Subject: [PATCH] fix: knight outfit quest (#1918) Changes the id from a normal steel helmet to the damaged steel helmet --- data-otservbr-global/npc/gregor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-otservbr-global/npc/gregor.lua b/data-otservbr-global/npc/gregor.lua index 1ec86e0e32d..1c8686d76a8 100644 --- a/data-otservbr-global/npc/gregor.lua +++ b/data-otservbr-global/npc/gregor.lua @@ -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