mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[0094] Vendor max items sold --> 300
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
e0a8e30cc3
commit
59c9d07d70
2 changed files with 2 additions and 2 deletions
|
|
@ -398,7 +398,7 @@ typedef std::map<uint32, time_t> CreatureSpellCooldowns;
|
||||||
// max different by z coordinate for creature aggro reaction
|
// max different by z coordinate for creature aggro reaction
|
||||||
#define CREATURE_Z_ATTACK_RANGE 3
|
#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
|
enum VirtualItemSlot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0093"
|
#define REVISION_NR "0094"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue