Fix wrong bloodbag types spawning

This commit is contained in:
icomrade
2016-05-01 14:15:01 -04:00
parent 3f8d79b6ae
commit d25ad694d8
3 changed files with 14 additions and 13 deletions

View File

@@ -38,6 +38,5 @@ Author:
(_this select 0) addBackpackCargoGlobal [_x select 1, 1];
};
};
}
foreach Loot_Select(_this select 1, _this select 2);
} count Loot_Select(_this select 1, _this select 2);
//foreach ([_this select 1, _this select 2] call loot_select);