diff --git a/src/creatures/players/player.hpp b/src/creatures/players/player.hpp index b9e6f9cb7fd..f6631db9517 100644 --- a/src/creatures/players/player.hpp +++ b/src/creatures/players/player.hpp @@ -2748,7 +2748,7 @@ class Player final : public Creature, public Cylinder, public Bankable { std::vector quickLootListItemIds; - phmap::parallel_flat_hash_map outfitsMap; + std::vector outfitsMap; std::unordered_set mountsMap; std::vector familiars;