[10586] Update taxi mask size for 3.3.5a

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Fmut 2010-10-08 02:18:02 +04:00 committed by VladimirMangos
parent 2a758e1cd6
commit 41a82beb3f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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__