mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
[8033] Update max vendor item list for client 3.x.x Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -475,7 +475,7 @@ typedef std::map<uint32,time_t> CreatureSpellCooldowns;
|
||||
// max different by z coordinate for creature aggro reaction
|
||||
#define CREATURE_Z_ATTACK_RANGE 3
|
||||
|
||||
#define MAX_VENDOR_ITEMS 255 // Limitation in item count field size in SMSG_LIST_INVENTORY
|
||||
#define MAX_VENDOR_ITEMS 150 // Limitation in 3.x.x item count in SMSG_LIST_INVENTORY
|
||||
|
||||
class TRINITY_DLL_SPEC Creature : public Unit
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user