Skip to content

Commit

Permalink
Update player.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano committed Apr 4, 2024
1 parent 14287bc commit 27007c9
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 @@ -2693,7 +2693,7 @@ class Player final : public Creature, public Cylinder, public Bankable {

std::vector<uint16_t> quickLootListItemIds;

std::unordered_set<uint16_t, uint8_t> outfitsMap;
std::map<uint16_t, uint8_t> outfitsMap;
std::unordered_set<uint16_t> mountsMap;
std::vector<FamiliarEntry> familiars;

Expand Down

0 comments on commit 27007c9

Please sign in to comment.