Skip to content

Commit

Permalink
Update game.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Jan 19, 2024
1 parent e44bd19 commit cdc2ee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/game.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@ class Game {
phmap::parallel_flat_hash_map<uint32_t, std::shared_ptr<Guild>> guilds;
phmap::flat_hash_map<uint16_t, std::shared_ptr<Item>> uniqueItems;
phmap::parallel_flat_hash_map<uint32_t, std::string> m_playerNameCache;
std::map<uint32_t, uint32_t> stages;

/* Items stored from the lua scripts positions
* For example: ActionFunctions::luaActionPosition
Expand Down

0 comments on commit cdc2ee6

Please sign in to comment.