فهرست منبع

Fix battle bonuses serialization

nordsoft 2 سال پیش
والد
کامیت
2a2f0a657e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      lib/CPlayerState.cpp

+ 1 - 0
lib/CPlayerState.cpp

@@ -39,6 +39,7 @@ PlayerState::PlayerState(PlayerState && other) noexcept:
 	std::swap(towns, other.towns);
 	std::swap(dwellings, other.dwellings);
 	std::swap(quests, other.quests);
+	std::swap(battleBonuses, other.battleBonuses);
 }
 
 PlayerState::~PlayerState() = default;