[8033] Update max vendor item list for client 3.x.x Author: VladimirMangos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-17 18:38:51 -05:00
parent fe7c616b2d
commit 6fd4113cda

View File

@@ -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
{