diff --git a/src/game/Creature.h b/src/game/Creature.h index 55635f041..c23631a35 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -450,7 +450,7 @@ typedef std::map 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 { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 5b2fbb48c..0cc8a2506 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8032" + #define REVISION_NR "8033" #endif // __REVISION_NR_H__