fix: set is new object attribute to false

This commit is contained in:
k0t9i 2023-01-24 01:08:49 +04:00
parent 3755e45ac6
commit 6ca8752108

View File

@ -22,7 +22,8 @@ namespace L2Bot::Domain::Entities
m_PrevState =
{
m_FullName,
m_Phenotype
m_Phenotype,
false
};
}
const bool IsEqual(const EntityInterface* other) const override