mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
Fixed possible crash with unordered maps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user