[9938] Correct premature call of TalkedToCreature.

Only use TalkedToCreature when gossip does not have any following sub menu (and of course when the prepared npc options does not include any gossip)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-05-20 00:06:09 +02:00
parent 85e3100bc7
commit b881c06104
3 changed files with 26 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9937"
#define REVISION_NR "9938"
#endif // __REVISION_NR_H__