Skip to content

Commit

Permalink
Update player.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Jun 16, 2024
1 parent 51be044 commit d19bbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/players/player.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2748,7 +2748,7 @@ class Player final : public Creature, public Cylinder, public Bankable {

std::vector<uint16_t> quickLootListItemIds;

phmap::parallel_flat_hash_map<OutfitEntry> outfitsMap;
std::vector<OutfitEntry> outfitsMap;
std::unordered_set<uint16_t> mountsMap;
std::vector<FamiliarEntry> familiars;

Expand Down

0 comments on commit d19bbec

Please sign in to comment.