Added new effect for Bravery Cape

This commit is contained in:
Ricardo Domingues
2026-01-03 20:26:56 +00:00
parent 38c83e3739
commit a8b74630f7
2 changed files with 3 additions and 0 deletions

View File

@@ -3468,6 +3468,7 @@ struct FuncAggregateMonster
FuncAggregateMonster(LPCHARACTER ch)
{
m_ch = ch;
m_ch->EffectPacket(SE_AGGREGATE_MONSTER);
}
void operator()(LPENTITY ent)
{