local title = data_RbCondtion[tarRbNum].needTitle
if not playerObj:getTitle(title) then
local title_data = assert(data_Title[title],"Invalid title:" .. tostring(title))
net_netnotify:S2CBullet(playerObj,string.format("需要获得#<Y>%s#称谓后才能转生",title_data.Title))
return
end