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

This commit is contained in:
VladimirMangos 2009-06-17 03:43:57 +04:00
parent 309c2d8a0e
commit fc5a9f8812
2 changed files with 2 additions and 2 deletions

View file

@ -450,7 +450,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 MANGOS_DLL_SPEC Creature : public Unit
{

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8032"
#define REVISION_NR "8033"
#endif // __REVISION_NR_H__