From fc5a9f8812c06fd48ebaf34c0a8a09cba6bde02e Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Wed, 17 Jun 2009 03:43:57 +0400 Subject: [PATCH] [8033] Update max vendor item list for client 3.x.x --- src/game/Creature.h | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__