diff --git a/zone/bot.cpp b/zone/bot.cpp index 5527875a0..d761f6072 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -8170,6 +8170,7 @@ bool Bot::CheckDataBucket(std::string bucket_name, const std::string& bucket_val if (b.value.empty() && GetBotOwner()) { // fetch from owner k = GetBotOwner()->GetScopedBucketKeys(); + k.key = bucket_name; b = DataBucket::GetData(k); if (b.value.empty()) {