This commit is contained in:
azw 2023-11-06 08:39:33 +00:00
parent 3acbed4368
commit 59abd5958b

View File

@ -273,6 +273,7 @@ void CallFuncBuff::ProcAddMinorMode()
if (owner_ptr.Get()) {
if (action == 1) {
owner_ptr.Get()->TryAddBuff(owner_ptr.Get(), meta_ptr->_int_buff_param4, skill_meta_ptr);
owner_ptr.Get()->RemoveBuffById(meta_ptr->_int_buff_param6);
} else if (action == 0) {
owner_ptr.Get()->TryAddBuff(owner_ptr.Get(), meta_ptr->_int_buff_param5, skill_meta_ptr);
}