Fixed possible crash with unordered maps
This commit is contained in:
parent
813be46f17
commit
28e2d76cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ enum GlobalPlayerUpdateMask
|
|||
PLAYER_UPDATE_DATA_NAME = 0x10,
|
||||
};
|
||||
|
||||
typedef UNORDERED_MAP<uint32, GlobalPlayerData> GlobalPlayerDataMap;
|
||||
typedef std::map<uint32, GlobalPlayerData> GlobalPlayerDataMap;
|
||||
typedef std::map<std::string, uint32> GlobalPlayerNameMap;
|
||||
|
||||
// xinef: petitions storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue