fix: set is new object attribute to false
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user