Merge pull request #3099 from LogicParrot/passive
Fix passive mob destruction crashes
This commit is contained in:
commit
f46b01bf2c
@ -71,6 +71,7 @@ void cPassiveMonster::Destroyed()
|
||||
{
|
||||
m_LovePartner->ResetLoveMode();
|
||||
}
|
||||
super::Destroyed();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user