This commit is contained in:
aozhiwei 2020-07-28 13:49:44 +08:00
parent 062a8412e3
commit bbc1fc7b93

View File

@ -3053,6 +3053,11 @@ void Human::ProcBuffEffect(Human* caster, Buff* buff)
target_pos = skill_target_pos;
}
break;
case kBET_Pull:
{
int i = 0;
}
break;
default:
{
}