aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-17 18:38:51 -0500
committermegamage <none@none>2009-06-17 18:38:51 -0500
commit6fd4113cda5a5e57df34854b0f7ccb86952a8431 (patch)
tree7087356bb649bdb7f1b6a370fb6238a6c5f492cb /src
parentfe7c616b2d079f9b1edb15f9795eaf3b5c55b9a8 (diff)
[8033] Update max vendor item list for client 3.x.x Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Creature.h2
1 files changed, 1 insertions, 1 deletions
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<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
{