From 1b13e1dc0d7b90df02a553adb6e8c2582002452f Mon Sep 17 00:00:00 2001 From: viperthepala Date: Sun, 11 Oct 2015 16:45:38 +0200 Subject: [PATCH] Update Walter, The Guard.lua --- data/npc/scripts/Walter, The Guard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/npc/scripts/Walter, The Guard.lua b/data/npc/scripts/Walter, The Guard.lua index 9ce57e0..046f653 100644 --- a/data/npc/scripts/Walter, The Guard.lua +++ b/data/npc/scripts/Walter, The Guard.lua @@ -26,7 +26,7 @@ local function creatureSayCallback(cid, type, msg) npcHandler:say("You can't tell by a person's appearance who is a pickpocket and who isn't. You simply can't close the city gates for everyone.", cid) npcHandler.topic[cid] = 3 end - elseif(msgcontains(msg, "gods allow")) then + elseif(msgcontains(msg, "gods would allow")) then if(npcHandler.topic[cid] == 3) then npcHandler:say("If the gods had created the world a paradise, no one had to steal at all.", cid) npcHandler.topic[cid] = 0