mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user