1
This commit is contained in:
parent
4702500423
commit
73490d8119
@ -3252,6 +3252,11 @@ void Human::OnBuffRemove(Buff& buff)
|
|||||||
buff.ProcRemoveBecome(this);
|
buff.ProcRemoveBecome(this);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case kBET_Driver:
|
||||||
|
{
|
||||||
|
buff.ProcRemoveDriver(this);
|
||||||
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user