Files
gamedir/Data
Wanne 70013ecee1 - Bugfix: Creature Quest Cutscene was not triggered
o There was a wrong condition in LUA script (In the ja2 source code this condition works, but not in LUA!!!)
-> WRONG:   if ( giLairID )           -> this is always triggered as TRUE and therefore never starts the cutscene
-> CORRECT: if ( giLairID ~= 0 )      -> if the quest has not started ( value != 0), start the cutscene

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1763 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-10 11:24:11 +00:00
..
2012-11-11 07:04:32 +00:00
2013-03-27 22:15:31 +00:00
2011-01-19 21:03:28 +00:00
2012-12-09 17:59:39 +00:00
2013-02-15 11:17:12 +00:00
2013-01-28 14:15:48 +00:00
2012-11-17 14:08:47 +00:00
2012-05-15 22:00:38 +00:00
2006-05-23 19:13:46 +00:00
2006-05-30 20:49:20 +00:00
2013-09-04 23:33:03 +00:00
2013-01-15 20:05:25 +00:00