[XTarget] Revert All XTarget Corpse Changes (#1944)

This commit is contained in:
mmcgarvey
2022-01-23 21:18:38 -05:00
committed by GitHub
parent e99c8dafc5
commit e4f2aec11e
4 changed files with 3 additions and 13 deletions
-4
View File
@@ -6650,7 +6650,3 @@ void Mob::SetBucket(std::string bucket_name, std::string bucket_value, std::stri
std::string full_bucket_name = fmt::format("{}-{}", GetBucketKey(), bucket_name);
DataBucket::SetData(full_bucket_name, bucket_value, expiration);
}
bool Mob::IsValidXTarget() const {
return (GetID() > 0 || !IsCorpse());
}