Talk data bugfix - create_lure was reading past the end of the talk data list

svn-id: r29604
This commit is contained in:
Paul Gilbert 2007-11-22 10:10:35 +00:00
parent b6fbe6ec4e
commit 78c1f8504a

View File

@ -47,7 +47,7 @@ struct TalkDialogDetails {
bool active;
};
#define NUM_GIVE_TALK_IDS 7
#define NUM_GIVE_TALK_IDS 6
class Resources {
private: