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

@@ -655,6 +655,8 @@ enum SPECIAL_EFFECT
SE_EQUIP_HALLOWEEN_CANDY, // 할로윈 사탕을 착용(-_-;)한 순간에 발동하는 이펙트
SE_EQUIP_HAPPINESS_RING, // 크리스마스 행복의 반지(71143) 착용할 때 이펙트 (발동이펙트임, 지속이펙트 아님)
SE_EQUIP_LOVE_PENDANT, // 발렌타인 사랑의 팬던트(71145) 착용할 때 이펙트 (발동이펙트임, 지속이펙트 아님)
SE_AGGREGATE_MONSTER
} ;
#include "item_length.h"

View File

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