fix: rename id-field to id
This commit is contained in:
@@ -58,7 +58,7 @@ namespace L2Bot::Domain::Entities
|
||||
{
|
||||
std::vector<Serializers::Node> result;
|
||||
|
||||
result.push_back({ L"objectId", std::to_wstring(m_ObjectId) });
|
||||
result.push_back({ L"id", std::to_wstring(m_ObjectId) });
|
||||
result.push_back({ L"itemId", std::to_wstring(m_ItemId) });
|
||||
|
||||
if (m_PrevState.isNewState)
|
||||
|
Reference in New Issue
Block a user