[11213] Always PrepareQuestMenu in PrepareGossipMenu when no conditions are set

This will make life easier for DB devs, as GOSSIP_OPTION_QUESTGIVER no longer need to be filled in to gossip_menu_option table.

Menu option with GOSSIP_OPTION_QUESTGIVER and conditions will work as before.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-03-02 00:08:10 +01:00
parent a5d83cea08
commit ceaca46604
2 changed files with 21 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11212"
#define REVISION_NR "11213"
#endif // __REVISION_NR_H__