From 9a70be227fbc7dd1556652dee32c0415096d5734 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 22 Mar 2024 13:05:22 -0300 Subject: [PATCH] fix: writing correction --- data-otservbr-global/npc/emperor_kruzak.lua | 2 +- data-otservbr-global/npc/king_tibianus.lua | 2 +- data-otservbr-global/npc/queen_eloise.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data-otservbr-global/npc/emperor_kruzak.lua b/data-otservbr-global/npc/emperor_kruzak.lua index 670421597dc..9f45c60c1b6 100644 --- a/data-otservbr-global/npc/emperor_kruzak.lua +++ b/data-otservbr-global/npc/emperor_kruzak.lua @@ -148,7 +148,7 @@ local function creatureSayCallback(npc, creature, type, message) npcHandler:setTopic(playerId, 2) end elseif (MsgContains(message, "armor")) and npcHandler:getTopic(playerId) == 2 then - npcHandler:say("So you wold like to donate 500.000.000 gold pieces which in return will entitle you to wear a unique armor?", npc, creature) + npcHandler:say("So you would like to donate 500.000.000 gold pieces which in return will entitle you to wear a unique armor?", npc, creature) npcHandler:setTopic(playerId, 3) elseif (MsgContains(message, "helmet")) and npcHandler:getTopic(playerId) == 2 then npcHandler:say("So you would like to donate 250.000.000 gold pieces which in return will entitle you to wear unique helmet?", npc, creature) diff --git a/data-otservbr-global/npc/king_tibianus.lua b/data-otservbr-global/npc/king_tibianus.lua index 5850553a3df..143446cf5de 100644 --- a/data-otservbr-global/npc/king_tibianus.lua +++ b/data-otservbr-global/npc/king_tibianus.lua @@ -159,7 +159,7 @@ local function creatureSayCallback(npc, creature, type, message) end end elseif (MsgContains(message, "armor")) and npcHandler:getTopic(playerId) == 2 then - npcHandler:say("So you wold like to donate 500.000.000 gold pieces which in return will entitle you to wear a unique armor?", npc, creature) + npcHandler:say("So you would like to donate 500.000.000 gold pieces which in return will entitle you to wear a unique armor?", npc, creature) npcHandler:setTopic(playerId, 3) elseif (MsgContains(message, "helmet")) and npcHandler:getTopic(playerId) == 2 then npcHandler:say("So you would like to donate 250.000.000 gold pieces which in return will entitle you to wear unique helmet?", npc, creature) diff --git a/data-otservbr-global/npc/queen_eloise.lua b/data-otservbr-global/npc/queen_eloise.lua index 73484ef16e2..2934a86846d 100644 --- a/data-otservbr-global/npc/queen_eloise.lua +++ b/data-otservbr-global/npc/queen_eloise.lua @@ -143,7 +143,7 @@ local function creatureSayCallback(npc, creature, type, message) npcHandler:setTopic(playerId, 2) end elseif (MsgContains(message, "armor")) and npcHandler:getTopic(playerId) == 2 then - npcHandler:say("So you wold like to donate 500.000.000 gold pieces which in return will entitle you to wear a unique armor?", npc, creature) + npcHandler:say("So you would like to donate 500.000.000 gold pieces which in return will entitle you to wear a unique armor?", npc, creature) npcHandler:setTopic(playerId, 3) elseif (MsgContains(message, "helmet")) and npcHandler:getTopic(playerId) == 2 then npcHandler:say("So you would like to donate 250.000.000 gold pieces which in return will entitle you to wear unique helmet?", npc, creature)