From 6fd4113cda5a5e57df34854b0f7ccb86952a8431 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 17 Jun 2009 18:38:51 -0500 Subject: [PATCH] [8033] Update max vendor item list for client 3.x.x Author: VladimirMangos --HG-- branch : trunk --- src/game/Creature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Creature.h b/src/game/Creature.h index 99dd3b3417d..c1047e31977 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -475,7 +475,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 TRINITY_DLL_SPEC Creature : public Unit {