Only patch PC Brutal Peeps after combat floor event

This commit is contained in:
2026-06-07 04:00:35 -04:00
parent b80cf85f48
commit fc1fe53b63
+1 -2
View File
@@ -5596,8 +5596,7 @@ static asio::awaitable<void> on_6F(std::shared_ptr<Client> c, Channel::Message&
}
}
if (loading_flag_cleared &&
((c->version() == Version::BB_V4) || (c->version() == Version::PC_V2))) {
if (loading_flag_cleared && (c->version() == Version::BB_V4)) {
int64_t brutal_peeps_hp_patch_tier = (l->brutal_peeps_tier >= 1) ? l->brutal_peeps_tier : -1;
co_await send_brutal_peeps_hp_patch_bb(c, brutal_peeps_hp_patch_tier);
}