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
This commit is contained in:
Flugente
2013-07-13 00:46:28 +00:00
parent 580f6b4984
commit d5fcc6b65f
+1 -1
View File
@@ -1726,7 +1726,7 @@ void HandleStuffForNPCEscorted( UINT8 ubNPC )
#ifdef LUA_INTERFACE_DIALOGUE
LetLuaInterfaceDialogue(ubNPC,0);
LetLuaInterfaceDialogue(ubNPC,1);
#else