1
This commit is contained in:
parent
648b4e5ee1
commit
fe76cb2246
@ -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()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user