mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[XTarget] Revert All XTarget Corpse Changes (#1944)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user