1
This commit is contained in:
parent
5c355adeb0
commit
c24120cfaf
@ -318,7 +318,6 @@ void CallFuncBuff::ProcLightCircle()
|
||||
|
||||
void OnLeave()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
@ -365,7 +364,7 @@ void CallFuncBuff::ProcLightCircle()
|
||||
if (itr == context->in_human_infos.end()) {
|
||||
abort();
|
||||
}
|
||||
for (int buff_uniid : itr->buff_uniids) {
|
||||
for (int buff_uniid : itr->second.buff_uniids) {
|
||||
hum->RemoveBuffByUniId(buff_uniid);
|
||||
}
|
||||
itr->second.OnLeave();
|
||||
|
Loading…
x
Reference in New Issue
Block a user