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