From d5fcc6b65f944c9ae959623b8689422536d1fdf5 Mon Sep 17 00:00:00 2001 From: Flugente Date: Sat, 13 Jul 2013 00:46:28 +0000 Subject: [PATCH] Fix: faulty lua call broke NPC escort quests git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6221 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Tactical/Interface Dialogue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactical/Interface Dialogue.cpp b/Tactical/Interface Dialogue.cpp index b82194f7..1d5568d2 100644 --- a/Tactical/Interface Dialogue.cpp +++ b/Tactical/Interface Dialogue.cpp @@ -1726,7 +1726,7 @@ void HandleStuffForNPCEscorted( UINT8 ubNPC ) #ifdef LUA_INTERFACE_DIALOGUE - LetLuaInterfaceDialogue(ubNPC,0); + LetLuaInterfaceDialogue(ubNPC,1); #else