mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[10586] Update taxi mask size for 3.3.5a
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
2a758e1cd6
commit
41a82beb3f
2 changed files with 2 additions and 2 deletions
|
|
@ -1901,6 +1901,6 @@ struct TaxiPathNodePtr
|
||||||
typedef Path<TaxiPathNodePtr,TaxiPathNodeEntry const> TaxiPathNodeList;
|
typedef Path<TaxiPathNodePtr,TaxiPathNodeEntry const> TaxiPathNodeList;
|
||||||
typedef std::vector<TaxiPathNodeList> TaxiPathNodesByPath;
|
typedef std::vector<TaxiPathNodeList> TaxiPathNodesByPath;
|
||||||
|
|
||||||
#define TaxiMaskSize 12
|
#define TaxiMaskSize 14
|
||||||
typedef uint32 TaxiMask[TaxiMaskSize];
|
typedef uint32 TaxiMask[TaxiMaskSize];
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10585"
|
#define REVISION_NR "10586"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue