mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-15 06:38:48 +00:00
add rocket tests
This commit is contained in:
@@ -356,7 +356,6 @@ void CharacterComponent::UpdateXml(tinyxml2::XMLDocument& doc) {
|
||||
|
||||
character->LinkEndChild(zoneStatistics);
|
||||
|
||||
// Tests have been written up to here
|
||||
if (!m_LastRocketConfig.empty()) {
|
||||
std::string config = GeneralUtils::UTF16ToWTF8(m_LastRocketConfig);
|
||||
character->SetAttribute("lcbp", config.c_str());
|
||||
|
||||
@@ -313,6 +313,10 @@ public:
|
||||
|
||||
const std::map<LWOMAPID, ZoneStatistics>& GetZoneStatistics() const { return m_ZoneStatistics; };
|
||||
|
||||
const std::u16string& GetLastRocketConfig() const { return m_LastRocketConfig; };
|
||||
|
||||
uint64_t GetTotalTimePlayed() const { return m_TotalTimePlayed; };
|
||||
|
||||
/**
|
||||
* Character info regarding this character, including clothing styles, etc.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user