[0094] Vendor max items sold --> 300

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-15 11:05:54 +02:00 committed by Antz
parent e0a8e30cc3
commit 59c9d07d70
2 changed files with 2 additions and 2 deletions

View file

@ -398,7 +398,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 150 // Limitation in 3.x.x item count in SMSG_LIST_INVENTORY
#define MAX_VENDOR_ITEMS 300 // Limitation in 4.x.x item count in SMSG_LIST_INVENTORY
enum VirtualItemSlot
{

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0093"
#define REVISION_NR "0094"
#endif // __REVISION_NR_H__