mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Merge pull request #11694 from Rochet2/patch-1
Core/Gossip: Change max menu items to 32
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