1
0
Fork 0

Fix passive mob destruction crashes

This commit is contained in:
LogicParrot 2016-03-28 18:35:54 +03:00
parent 68edcd47e1
commit a3d9bd8ba0
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ void cPassiveMonster::Destroyed()
{
m_LovePartner->ResetLoveMode();
}
super::Destroyed();
}