This commit is contained in:
aozhiwei 2023-04-04 21:31:05 +08:00
parent 9828aeb470
commit ed9a61017a

View File

@ -132,7 +132,7 @@ void CondAddBuff::ProcBulletKill()
(const a8::Args& args)
{
IBullet* bullet = args.Get<IBullet*>(0);
Creature* c = args.Get<Creature*>(0);
Creature* c = args.Get<Creature*>(1);
if (!owner->dead) {
owner->TryAddBuff(owner, meta->_int_buff_param4, skill_meta);
}