mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8145] Use constant name instead not-safe explicit value.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
17d0cda637
commit
2d25d7f8bc
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ typedef GridRefManager<GameObject> GameObjectMapType;
|
|||
typedef GridRefManager<Player> PlayerMapType;
|
||||
|
||||
typedef Grid<Player, AllWorldObjectTypes,AllGridObjectTypes> GridType;
|
||||
typedef NGrid<8, Player, AllWorldObjectTypes, AllGridObjectTypes> NGridType;
|
||||
typedef NGrid<MAX_NUMBER_OF_CELLS, Player, AllWorldObjectTypes, AllGridObjectTypes> NGridType;
|
||||
|
||||
typedef TypeMapContainer<AllGridObjectTypes> GridTypeMapContainer;
|
||||
typedef TypeMapContainer<AllWorldObjectTypes> WorldTypeMapContainer;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8144"
|
||||
#define REVISION_NR "8145"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue