Core/Gossip: Change max menu items to 32

Tested and a gossip menu can show max 32 items on a menu.
When sending 40 options: http://puu.sh/7rqb6.jpg
This commit is contained in:
Rochet2
2014-03-11 17:58:27 +02:00
committed by Rochet2
parent 5221bd8c10
commit cfdd9421d2

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