Auto-translated
Here's the question. We have this in the combat script:
```
function AttackerUnitDeath(unit)
SummonCreature(DEFENDER, CREATURE_GHOST, 50 * diff)
end
```
What condition should be added so that ghosts don't appear when combat units (cart, ballista, and tent) are destroyed? I can't figure it out. Please help.