This commit is contained in:
aozhiwei 2023-02-21 11:30:53 +08:00
parent 648b4e5ee1
commit fe76cb2246

View File

@ -65,7 +65,10 @@ namespace mt
auto merge_func = auto merge_func =
[] (mt::GraspBuffs* a, mt::GraspBuffs* b) [] (mt::GraspBuffs* a, mt::GraspBuffs* b)
{ {
for (auto& tuple1 : *b) {
for (auto& tuple2 : *a) {
}
}
}; };
for (auto& pair : hero_weapon_hash_) { for (auto& pair : hero_weapon_hash_) {
if (!pair.second.empty()) { if (!pair.second.empty()) {