This commit is contained in:
aozhiwei 2021-05-06 15:03:29 +08:00
parent 4702500423
commit 73490d8119

View File

@ -3252,6 +3252,11 @@ void Human::OnBuffRemove(Buff& buff)
buff.ProcRemoveBecome(this);
}
break;
case kBET_Driver:
{
buff.ProcRemoveDriver(this);
}
break;
default:
break;
}