Skip to content

Commit

Permalink
fix: update version number in LandData class
Browse files Browse the repository at this point in the history
  • Loading branch information
engsr6982 committed Feb 19, 2025
1 parent 7099fdb commit ab1c58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pland/LandData.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ using LandData_sptr = std::shared_ptr<class LandData>; // 共享指针
using LandData_wptr = std::weak_ptr<class LandData>; // 弱指针
class LandData {
public:
int version{5}; // 版本号
int version{6}; // 版本号
LandPos mPos; // 领地对角坐标
PosBase mTeleportPos; // 领地传送坐标
LandID mLandID{static_cast<uint64_t>(-1)}; // 领地唯一ID (由 PLand::addLand() 时分配)
Expand Down

0 comments on commit ab1c58a

Please sign in to comment.