Skip to content

Commit

Permalink
[10586] Update taxi mask size for 3.3.5a
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
Fmut authored and VladimirMangos committed Oct 7, 2010
1 parent 829f746 commit 735cd5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/DBCStructure.h
Expand Up @@ -1901,6 +1901,6 @@ struct TaxiPathNodePtr
typedef Path<TaxiPathNodePtr,TaxiPathNodeEntry const> TaxiPathNodeList;
typedef std::vector<TaxiPathNodeList> TaxiPathNodesByPath;

#define TaxiMaskSize 12
#define TaxiMaskSize 14
typedef uint32 TaxiMask[TaxiMaskSize];
#endif
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10585"
#define REVISION_NR "10586"
#endif // __REVISION_NR_H__

0 comments on commit 735cd5b

Please sign in to comment.