This commit is contained in:
aozhiwei 2020-07-27 10:08:45 +08:00
parent 9b883ac099
commit 6b0f74e999

View File

@ -3043,7 +3043,9 @@ void Human::ProcBuffEffect(Human* caster, Buff* buff)
break;
case kBET_Pull:
{
if (caster == this) {
abort();
}
}
break;
case kBET_JumpTo: