1
0
Fork 0

Merge pull request #3099 from LogicParrot/passive

Fix passive mob destruction crashes
This commit is contained in:
LogicParrot 2016-03-28 18:49:36 +03:00
commit f46b01bf2c
1 changed files with 1 additions and 0 deletions

View File

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