Merge pull request #11694 from Rochet2/patch-1

Core/Gossip: Change max menu items to 32
This commit is contained in:
Shauren
2014-03-12 12:32:07 +01:00

View File

@@ -25,7 +25,7 @@
class WorldSession;
#define GOSSIP_MAX_MENU_ITEMS 64 // client supported items unknown, but provided number must be enough
#define GOSSIP_MAX_MENU_ITEMS 32
#define DEFAULT_GOSSIP_MESSAGE 0xffffff
enum Gossip_Option