Skip to content

Commit

Permalink
Update iologindata_save_player.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Mar 14, 2024
1 parent d2a5b8f commit afe325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/functions/iologindata_save_player.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class IOLoginDataSave : public IOLoginData {
static bool savePlayerTaskHuntingClass(std::shared_ptr<Player> player);
static bool savePlayerForgeHistory(std::shared_ptr<Player> player);
static bool savePlayerBosstiary(std::shared_ptr<Player> player);
static bool savePlayerStorage(std::shared_ptr<Player> palyer);
static bool savePlayerStorage(std::shared_ptr<Player> player);

protected:
using ItemBlockList = std::list<std::pair<int32_t, std::shared_ptr<Item>>>;
Expand Down

0 comments on commit afe325b

Please sign in to comment.