mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8033] Update max vendor item list for client 3.x.x
This commit is contained in:
parent
309c2d8a0e
commit
fc5a9f8812
2 changed files with 2 additions and 2 deletions
|
|
@ -450,7 +450,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 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
|
class MANGOS_DLL_SPEC Creature : public Unit
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8032"
|
#define REVISION_NR "8033"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue