1
This commit is contained in:
parent
7942e1b768
commit
1f611dbe72
@ -344,6 +344,9 @@ void CallFuncBuff::ProcAddMinorMode()
|
||||
owner_ptr.Get()->TryAddBuff(owner_ptr.Get(), buff_id, skill_meta_ptr);
|
||||
}
|
||||
} else if (action == kSmaTimeOut || action == kSmaCancel) {
|
||||
for (int buff_id : meta_ptr->_buff_param7_int_list) {
|
||||
owner_ptr.Get()->RemoveBuffById(buff_id);
|
||||
}
|
||||
for (int buff_id : meta_ptr->_buff_param5_int_list) {
|
||||
owner_ptr.Get()->TryAddBuff(owner_ptr.Get(), buff_id, skill_meta_ptr);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user