diff --git a/src/Mobs/PassiveMonster.cpp b/src/Mobs/PassiveMonster.cpp index 000f3d5a4..071352532 100644 --- a/src/Mobs/PassiveMonster.cpp +++ b/src/Mobs/PassiveMonster.cpp @@ -71,6 +71,7 @@ void cPassiveMonster::Destroyed() { m_LovePartner->ResetLoveMode(); } + super::Destroyed(); }